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:
Kershaw Chang 2017-05-03 19:39:00 +02:00
Родитель f11ddd537b
Коммит 87a1d0fe4a
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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();