Mitigation (not fix) for bug 694254.

This commit is contained in:
Boris Zbarsky 2011-12-08 01:24:17 -05:00
Родитель c231092aed
Коммит 4bee16149e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -328,7 +328,7 @@ function eventQueue(aEventType)
}
// Check in timeout invoker didn't fire registered events.
window.setTimeout(function(aQueue) { aQueue.processNextInvoker(); }, 100,
window.setTimeout(function(aQueue) { aQueue.processNextInvoker(); }, 300,
this);
}