Bug 617525. Dispatch MozAfterPaint events to GetParentTarget. r=roc

This commit is contained in:
Olli Pettay 2010-12-20 14:37:43 +13:00
Родитель 5cd9392758
Коммит 9780ff68ff
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2088,7 +2088,7 @@ nsPresContext::FireDOMPaintEvent()
// something happened in a subdocument. Tell only the chrome event handler.
// (Events sent to the window get propagated to the chrome event handler
// automatically.)
dispatchTarget = do_QueryInterface(ourWindow->GetChromeEventHandler());
dispatchTarget = do_QueryInterface(ourWindow->GetParentTarget());
if (!dispatchTarget) {
return;
}