mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
merging part one of backout
This commit is contained in:
commit
14a159413b
@ -1099,11 +1099,7 @@ void
|
||||
nsContainerFrame::DeleteNextInFlowChild(nsPresContext* aPresContext,
|
||||
nsIFrame* aNextInFlow)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
nsIFrame* prevInFlow = aNextInFlow->GetPrevInFlow();
|
||||
#endif
|
||||
|
||||
NS_PRECONDITION(prevInFlow, "bad prev-in-flow");
|
||||
NS_PRECONDITION(aNextInFlow->GetPrevInFlow(), "bad prev-in-flow");
|
||||
|
||||
// If the next-in-flow has a next-in-flow then delete it, too (and
|
||||
// delete it first).
|
||||
|
Loading…
Reference in New Issue
Block a user