зеркало из https://github.com/mozilla/gecko-dev.git
Bug 39867: Fix uninitialized variable problem that was causing Mac to not post after unchecking "show again" box in warning dialog. r=harishd
This commit is contained in:
Родитель
892e212b18
Коммит
0684ae66a7
|
@ -668,6 +668,8 @@ nsSecureBrowserUIImpl::CheckPost(nsIURI *actionURL, PRBool *okayToPost)
|
||||||
return rv;
|
return rv;
|
||||||
psm->PassPrefs();
|
psm->PassPrefs();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
*okayToPost = PR_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче