Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,

r=sicking, sr=peterv, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172410 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-04-18 22:58:35 +00:00
parent 9237ef5685
commit e2e0f7bfab
35 changed files with 147 additions and 195 deletions

View File

@@ -608,7 +608,7 @@ nsImageDocument::CreateSyntheticDocument()
mImageContent->SetAttr(kNameSpaceID_None, nsHTMLAtoms::alt, errorMsg, PR_FALSE);
}
body->AppendChildTo(mImageContent, PR_FALSE, PR_FALSE);
body->AppendChildTo(mImageContent, PR_FALSE);
imageLoader->SetLoadingEnabled(PR_TRUE);
return NS_OK;