зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1360549 - Give high priority to the message of PNecko constructor, r=mayhemer
Since NotifyCurrentTopLevelOuterContentWindowId message has high priority and could jump ahead of PNecko constructor message, we have to also give high priority to PNecko.
This commit is contained in:
Родитель
f11ddd537b
Коммит
87a1d0fe4a
|
@ -734,7 +734,9 @@ parent:
|
|||
|
||||
async PHeapSnapshotTempFileHelper();
|
||||
|
||||
async PNecko();
|
||||
// Giving high priority to prevent other messages sending before this one.
|
||||
// See bug 1360549 for details.
|
||||
prio(high) async PNecko();
|
||||
|
||||
async PPrinting();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче