Attempt to fix bsmedberg's OS/2 bustage from bug 237745.
git-svn-id: svn://10.0.0.236/trunk@164665 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user