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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user