bug 239604. make uriloader more doxygen friendly, and remove unused "command"
parameter from nsIContentHandler::handleContent, and change the type of aWindowContext to nsIInterfaceRequestor. r=bzbarsky sr=darin git-svn-id: svn://10.0.0.236/trunk@154988 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -811,7 +811,7 @@ XRemoteService::OpenURL(nsCString &aArgument,
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
// load it
|
||||
rv = loader->OpenURI(channel, PR_TRUE, listenerRef);
|
||||
rv = loader->OpenURI(channel, PR_TRUE, listener);
|
||||
}
|
||||
|
||||
else if (newTab && aOpenBrowser) {
|
||||
|
||||
Reference in New Issue
Block a user