зеркало из https://github.com/mozilla/pjs.git
Bug 611381. Don't assume we have a prompt. r=jst, a=blocker
This commit is contained in:
Родитель
38970ee28a
Коммит
be6b27e3f8
|
@ -10582,6 +10582,9 @@ nsDocShell::ConfirmRepost(PRBool * aRepost)
|
|||
{
|
||||
nsCOMPtr<nsIPrompt> prompter;
|
||||
CallGetInterface(this, static_cast<nsIPrompt**>(getter_AddRefs(prompter)));
|
||||
if (!prompter) {
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIStringBundleService> stringBundleService =
|
||||
mozilla::services::GetStringBundleService();
|
||||
|
|
Загрузка…
Ссылка в новой задаче