merging part one of backout

This commit is contained in:
timeless@mozdev.org 2008-09-08 16:00:02 +02:00
commit 14a159413b

View File

@ -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).