Attempt to fix bsmedberg's OS/2 bustage from bug 237745.

This commit is contained in:
dbaron%dbaron.org 2004-10-30 18:05:17 +00:00
parent a85e23c86e
commit 8d4a0914e2

View File

@ -1923,7 +1923,7 @@ nsNativeAppSupportOS2::HandleRequest( LPBYTE request, PRBool newWindow ) {
native->SetIsServerMode( PR_FALSE );
// close app if there are no more top-level windows.
appStartup->Quit(nsIAppShellService::eConsiderQuit);
appStartup->Quit(nsIAppStartup::eConsiderQuit);
}
return;