зеркало из https://github.com/mozilla/gecko-dev.git
Bug 790417 - ContentParent::GetAll should include the pre-allocated process. r=cjones
This commit is contained in:
Родитель
e2868483f2
Коммит
65ee6ce53d
|
@ -405,6 +405,10 @@ ContentParent::GetAll(nsTArray<ContentParent*>& aArray)
|
|||
if (gAppContentParents) {
|
||||
gAppContentParents->EnumerateRead(&AppendToTArray, &aArray);
|
||||
}
|
||||
|
||||
if (sPreallocatedAppProcess) {
|
||||
aArray.AppendElement(sPreallocatedAppProcess);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче