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