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

@@ -202,7 +202,7 @@ nsPluginDocument::CreateSyntheticPluginDocument()
mPluginContent->SetAttr(kNameSpaceID_None, nsHTMLAtoms::type,
NS_ConvertUTF8toUTF16(mMimeType), PR_FALSE);
body->AppendChildTo(mPluginContent, PR_FALSE, PR_FALSE);
body->AppendChildTo(mPluginContent, PR_FALSE);
return NS_OK;