From 9e1eaab823f8ff67242ac6459e96f50fd73fa781 Mon Sep 17 00:00:00 2001 From: "mats.palmgren%bredband.net" Date: Fri, 28 Jul 2006 09:18:27 +0000 Subject: [PATCH] Removed a bogus assertion. b=345699 r+sr=roc --- layout/generic/nsContainerFrame.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/generic/nsContainerFrame.cpp b/layout/generic/nsContainerFrame.cpp index f56c23cc1fc..48ca68dcf75 100644 --- a/layout/generic/nsContainerFrame.cpp +++ b/layout/generic/nsContainerFrame.cpp @@ -867,7 +867,6 @@ nsContainerFrame::DeleteNextInFlowChild(nsPresContext* aPresContext, { nsIFrame* prevInFlow = aNextInFlow->GetPrevInFlow(); NS_PRECONDITION(prevInFlow, "bad prev-in-flow"); - NS_PRECONDITION(mFrames.ContainsFrame(aNextInFlow), "bad geometric parent"); // If the next-in-flow has a next-in-flow then delete it, too (and // delete it first).