зеркало из https://github.com/mozilla/gecko-dev.git
Bug 470419 - Crash [@ nsXBLPrototypeHandler::MouseEventMatched] dispatching mousedown UIEvent and xbl event handler, r+sr=bz
This commit is contained in:
Родитель
88f530158b
Коммит
8334b0e0a4
|
@ -103,7 +103,7 @@ PRBool
|
|||
nsXBLMouseEventHandler::EventMatched(nsIDOMEvent* aEvent)
|
||||
{
|
||||
nsCOMPtr<nsIDOMMouseEvent> mouse(do_QueryInterface(aEvent));
|
||||
return mProtoHandler->MouseEventMatched(mouse);
|
||||
return mouse && mProtoHandler->MouseEventMatched(mouse);
|
||||
}
|
||||
|
||||
nsXBLKeyEventHandler::nsXBLKeyEventHandler(nsIAtom* aEventType, PRUint8 aPhase,
|
||||
|
|
Загрузка…
Ссылка в новой задаче