Bug 459663 - Crash [@ nsEventDispatcher::Dispatch], r+sr=roc

This commit is contained in:
Olli Pettay 2008-10-18 23:10:19 +03:00
Родитель 9fa9388c1a
Коммит a38f4c83cd
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1553,6 +1553,9 @@ nsPresContext::FireDOMPaintEvent()
// (Events sent to the window get propagated to the chrome event handler
// automatically.)
eventTarget = ourWindow->GetChromeEventHandler();
if (!eventTarget) {
return;
}
}
// Events sent to the window get propagated to the chrome event handler
// automatically.