mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Fix for Solaris 5.6 bustage
This commit is contained in:
parent
200b78e08a
commit
d135f67bc7
@ -211,7 +211,7 @@ nsAddbookProtocolHandler::NewChannel( const char *verb,
|
||||
// or launch the UI dialog window and go from there.
|
||||
//
|
||||
mAddbookOperation = nsIAddbookUrlOperation::InvalidUrl;
|
||||
nsCOMPtr <nsIAddbookUrl> addbookUrl = do_QueryInterface(getter_AddRefs(aURI));
|
||||
nsCOMPtr <nsIAddbookUrl> addbookUrl = do_QueryInterface(aURI);
|
||||
if (!addbookUrl)
|
||||
return NS_ERROR_ABORT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user