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
Родитель 3e90aab1bb
Коммит eea8f19181
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;