зеркало из https://github.com/mozilla/gecko-dev.git
bug 490425 fix nsView crash, patch from Martin Stransky, r/sr=roc
This commit is contained in:
Родитель
8714d19108
Коммит
36fec4ba6c
|
@ -164,7 +164,8 @@ nsEventStatus HandleEvent(nsGUIEvent *aEvent)
|
|||
|
||||
if (view)
|
||||
{
|
||||
view->GetViewManager()->DispatchEvent(aEvent, &result);
|
||||
nsCOMPtr<nsIViewManager> vm = view->GetViewManager();
|
||||
vm->DispatchEvent(aEvent, &result);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
Загрузка…
Ссылка в новой задаче