update for rev 1.26 of nsIAppShellService.idl: Quit takes a new parameter. bug 163918 r=brendan,bryner
git-svn-id: svn://10.0.0.236/trunk@128048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -376,7 +376,7 @@ OSErr nsMacCommandLine::Quit(TAskSave askSave)
|
||||
if (NS_FAILED(rv))
|
||||
return errAEEventNotHandled;
|
||||
|
||||
(void)appShellService->Quit();
|
||||
(void)appShellService->Quit(nsIAppShellService::eAttemptQuit);
|
||||
return noErr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user