mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 790417 - ContentParent::GetAll should include the pre-allocated process. r=cjones
This commit is contained in:
parent
b6b2b821ab
commit
89936c0932
@ -405,6 +405,10 @@ ContentParent::GetAll(nsTArray<ContentParent*>& aArray)
|
||||
if (gAppContentParents) {
|
||||
gAppContentParents->EnumerateRead(&AppendToTArray, &aArray);
|
||||
}
|
||||
|
||||
if (sPreallocatedAppProcess) {
|
||||
aArray.AppendElement(sPreallocatedAppProcess);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user