зеркало из https://github.com/mozilla/gecko-dev.git
bug 354522 - Moves rv outside the if so nsIAuthPrompt2 works properly. r=biesi,sr=dmose
This commit is contained in:
Родитель
f654dfda15
Коммит
c3fe8709a1
|
@ -985,9 +985,9 @@ nsWindowWatcher::GetPrompt(nsIDOMWindow *aParent, const nsIID& aIID,
|
|||
if (!*_retval)
|
||||
rv = NS_ERROR_NOT_AVAILABLE;
|
||||
}
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
return NS_NOINTERFACE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче