Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
This commit is contained in:
@@ -1007,7 +1007,7 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame,
|
||||
// parent is not this because we are executing pullup code)
|
||||
nsHTMLContainerFrame* parent = static_cast<nsHTMLContainerFrame*>
|
||||
(kidNextInFlow->GetParent());
|
||||
parent->DeleteNextInFlowChild(mPresContext, kidNextInFlow);
|
||||
parent->DeleteNextInFlowChild(mPresContext, kidNextInFlow, PR_TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user