зеркало из https://github.com/mozilla/pjs.git
Attempt to fix bsmedberg's OS/2 bustage from bug 237745.
This commit is contained in:
Родитель
3ecc93585a
Коммит
2a0ae9f838
|
@ -1864,7 +1864,7 @@ nsNativeAppSupportOS2::HandleRequest( LPBYTE request, PRBool newWindow ) {
|
|||
rv = GetCmdLineArgs( request, getter_AddRefs( args ) );
|
||||
if (NS_FAILED(rv)) return;
|
||||
|
||||
nsCOMPtr<nsIAppStartup> appStartup(do_GetService(appStartup));
|
||||
nsCOMPtr<nsIAppStartup> appStartup(do_GetService(NS_APPSTARTUP_CONTRACTID));
|
||||
if (!appStartup) return;
|
||||
|
||||
nsCOMPtr<nsINativeAppSupport> nativeApp;
|
||||
|
|
Загрузка…
Ссылка в новой задаче