mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 05:45:33 +00:00
fixing bustage
This commit is contained in:
parent
8d87ba791a
commit
95a80b005f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user