зеркало из https://github.com/mozilla/gecko-dev.git
Bug 459663 - Crash [@ nsEventDispatcher::Dispatch], r+sr=roc
This commit is contained in:
Родитель
9fa9388c1a
Коммит
a38f4c83cd
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче