mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Fix release mode.
This commit is contained in:
parent
2c1c17e743
commit
58da572d27
@ -216,10 +216,12 @@ HandleLocationEvent(nsGUIEvent *aEvent)
|
||||
nsEventStatus
|
||||
nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
|
||||
{
|
||||
#ifdef NS_DEBUG
|
||||
nsEventStatus result = DispatchDebugMenu(aID);
|
||||
if (nsEventStatus_eIgnore != result) {
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
switch (aID) {
|
||||
case VIEWER_EXIT:
|
||||
mApp->Exit();
|
||||
|
Loading…
Reference in New Issue
Block a user