fixing bustage

This commit is contained in:
cbiesinger%web.de 2005-04-06 00:42:41 +00:00
parent 8d87ba791a
commit 95a80b005f

View File

@ -1569,7 +1569,7 @@ nsObjectFrame::CreateDefaultFrames(nsPresContext *aPresContext,
rv = anchor->BindToTree(doc, mContent, anchor, PR_TRUE);
if (NS_FAILED(rv)) {
anchor->UnbindFromTree();
return rv;
return;
}
anchor->AppendChildTo(img, PR_FALSE, PR_TRUE);