mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Fix crash mousing around menus (bug 205728). Patch by bienvenu, r=me, sr=dbaron, a=sspitzer.
This commit is contained in:
parent
3134aa4bd3
commit
18429137a3
@ -2302,7 +2302,9 @@ nsMenuPopupFrame::Notify(nsITimer* aTimer)
|
||||
} // if not the menu with an open submenu
|
||||
} // if menu open
|
||||
|
||||
mCloseTimer->Cancel();
|
||||
if (mCloseTimer) {
|
||||
mCloseTimer->Cancel();
|
||||
}
|
||||
}
|
||||
|
||||
mCloseTimer = nsnull;
|
||||
|
Loading…
x
Reference in New Issue
Block a user