Backing out mrbkap's fix for bug 399587, in the hope of fixing bug 410323 and perhaps bug 410291.

git-svn-id: svn://10.0.0.236/trunk@242348 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2008-01-04 04:12:48 +00:00
parent 96c38b8df9
commit be11a86adf
13 changed files with 95 additions and 337 deletions

View File

@@ -2155,7 +2155,7 @@ nsHTMLDocument::OpenCommon(const nsACString& aContentType, PRBool aReplace)
NS_FAILED(callerPrincipal->Equals(NodePrincipal(), &samePrincipal)) ||
!samePrincipal) {
SetIsInitialDocument(PR_FALSE);
}
}
rv = window->SetNewDocument(this, nsnull, PR_FALSE);
NS_ENSURE_SUCCESS(rv, rv);