bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
git-svn-id: svn://10.0.0.236/trunk@109390 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -736,10 +736,14 @@ XRemoteService::OpenURL(nsCString &aArgument,
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
rv = webNav->LoadURI(url.get(), nsIWebNavigation::LOAD_FLAGS_NONE);
|
||||
|
||||
rv = webNav->LoadURI(url.get(),
|
||||
nsIWebNavigation::LOAD_FLAGS_NONE,
|
||||
nsnull,
|
||||
nsnull,
|
||||
nsnull);
|
||||
|
||||
}
|
||||
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user