зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1688511 - do not use 'else' after 'return'. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D103970
This commit is contained in:
Родитель
12e78a4a8b
Коммит
9834c92a95
|
@ -153,7 +153,8 @@ nsresult ResolveURI(nsIURI* in, nsIURI** out) {
|
|||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
return ioService->NewURI(spec, nullptr, nullptr, out);
|
||||
} else if (in->SchemeIs("chrome")) {
|
||||
}
|
||||
if (in->SchemeIs("chrome")) {
|
||||
nsCOMPtr<nsIChromeRegistry> chromeReg =
|
||||
mozilla::services::GetChromeRegistry();
|
||||
if (!chromeReg) return NS_ERROR_UNEXPECTED;
|
||||
|
|
Загрузка…
Ссылка в новой задаче