mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Hopefully fix bustage from incomplete backout.
This commit is contained in:
parent
d1f3215ee5
commit
5310c14a26
@ -113,7 +113,7 @@ NS_IMETHODIMP
|
||||
nsIOService::InitFileFromURLSpec(nsIFile *aFile, const nsACString &aURL)
|
||||
{
|
||||
nsresult rv;
|
||||
NS_ENSURE_ARG(result);
|
||||
NS_ENSURE_ARG(aFile);
|
||||
|
||||
nsCOMPtr<nsILocalFile> localFile = do_QueryInterface(aFile, &rv);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
Loading…
Reference in New Issue
Block a user