Better form.

This commit is contained in:
hyatt%netscape.com 2000-05-15 02:49:56 +00:00
parent 6151698362
commit c05e656358
2 changed files with 0 additions and 6 deletions

View File

@ -689,10 +689,7 @@ nsChromeProtocolHandler::NewChannel(nsIURI* aURI,
if (NS_FAILED(rv)) return rv;
NS_WITH_SERVICE(nsIIOService, serv, kIOServiceCID, &rv);
nsCOMPtr<nsIProtocolHandler> protocolHandler;
serv->NewURI(spec, nsnull, getter_AddRefs(chromeURI));
// now fetch the converted URI
if (NS_FAILED(rv)) return rv;
rv = serv->NewChannelFromURI(chromeURI, getter_AddRefs(result));

View File

@ -689,10 +689,7 @@ nsChromeProtocolHandler::NewChannel(nsIURI* aURI,
if (NS_FAILED(rv)) return rv;
NS_WITH_SERVICE(nsIIOService, serv, kIOServiceCID, &rv);
nsCOMPtr<nsIProtocolHandler> protocolHandler;
serv->NewURI(spec, nsnull, getter_AddRefs(chromeURI));
// now fetch the converted URI
if (NS_FAILED(rv)) return rv;
rv = serv->NewChannelFromURI(chromeURI, getter_AddRefs(result));