mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Better form.
This commit is contained in:
parent
6151698362
commit
c05e656358
@ -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));
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user