Bug 967206 - Remove !mDoc->EventHandlingSuppressed() assertion in ~nsGlobalWindow; r=mrbkap

This commit is contained in:
Ms2ger 2014-02-09 09:04:39 +01:00
Родитель 42a55ac1bb
Коммит 9a272394cf
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1305,8 +1305,6 @@ nsGlobalWindow::~nsGlobalWindow()
if (outer) {
outer->MaybeClearInnerWindow(this);
}
MOZ_ASSERT_IF(mDoc, !mDoc->EventHandlingSuppressed());
}
// Outer windows are always supposed to call CleanUp before letting themselves