Bug 617152. Part 8: Remove useless call to processUpdates. r=dbaron

This commit is contained in:
Robert O'Callahan 2010-12-20 14:37:43 +13:00
Родитель 8b0f0ac88a
Коммит f3891c9989
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -1006,11 +1006,6 @@ function WaitForTestEnd() {
!gWindowUtils.isMozAfterPaintPending) {
LogWarning("Internal error: descendant frame generated a MozAfterPaint event, but the root document doesn't have one!");
}
// XXX this should not be necessary!
var utils = gBrowser.contentWindow.QueryInterface(CI.nsIInterfaceRequestor)
.getInterface(CI.nsIDOMWindowUtils);
utils.processUpdates();
}
function AfterPaintListener(event) {