Bustage fix (conflict with my own patch (sigh)) b=301073

This commit is contained in:
neil%parkwaycc.co.uk 2005-10-05 18:57:05 +00:00
parent 5079273bb8
commit 82b7477533
2 changed files with 2 additions and 2 deletions

View File

@ -1882,7 +1882,7 @@ nsNativeAppSupportOS2::HandleRequest( LPBYTE request, PRBool newWindow, nsIDOMWi
// first see if there is a url
nsXPIDLCString arg;
rv = args->GetURLToLoad(getter_Copies(arg));
if (NS_FAILED(rv)) return;
if (NS_FAILED(rv)) return rv;
if (!arg.IsEmpty() ) {
// Launch browser.

View File

@ -1814,7 +1814,7 @@ nsNativeAppSupportWin::HandleRequest( LPBYTE request, PRBool newWindow, nsIDOMWi
// first see if there is a url
nsXPIDLCString arg;
rv = args->GetURLToLoad(getter_Copies(arg));
if (NS_FAILED(rv)) return;
if (NS_FAILED(rv)) return rn;
if (!arg.IsEmpty() ) {
// Launch browser.