bug 317370: Remove the vestigial aRemoveEventListeners parameter to SetNewDocument. r+sr=jst

git-svn-id: svn://10.0.0.236/trunk@185476 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2005-11-30 23:41:49 +00:00
parent 87bc35a812
commit 1d00d9984d
7 changed files with 5 additions and 23 deletions

View File

@@ -1941,7 +1941,7 @@ nsHTMLDocument::OpenCommon(const nsACString& aContentType, PRBool aReplace)
do_QueryInterface((nsIHTMLDocument*)this);
rv = mScriptGlobalObject->SetNewDocument((nsDocument *)this, nsnull,
PR_FALSE, PR_FALSE);
PR_FALSE);
if (NS_FAILED(rv)) {
return rv;