Bug 299555 - F5 reloads Print Preview after right clicking several times on this specific testcase, r=bzbarsky, sr+a=jst

This commit is contained in:
2007-09-28 16:40:02 -07:00
parent 512377d2b5
commit 0c0bbebbfd

View File

@@ -673,7 +673,7 @@ nsDocShell::LoadURI(nsIURI * aURI,
PRUint32 aLoadFlags,
PRBool aFirstParty)
{
if (mFiredUnloadEvent) {
if (!IsNavigationAllowed()) {
return NS_OK; // JS may not handle returning of an error code
}
nsresult rv;