зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix rjesup's bustage. a=sheriff
This commit is contained in:
Родитель
b27e59a919
Коммит
6c8931326a
|
@ -490,7 +490,7 @@ nsIOService::GetParserForScheme(const char *scheme, nsIURLParser **_retval)
|
|||
return rv;
|
||||
if (*_retval)
|
||||
CacheURLParser(scheme, *_retval);
|
||||
return *_retval ? NS_OK : NS_ERROR_FAILURE
|
||||
return *_retval ? NS_OK : NS_ERROR_FAILURE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче