From 664b17d9de99eb25ceecab41a6480fa60abefc6d 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 git-svn-id: svn://10.0.0.236/trunk@205039 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsContainerFrame.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/layout/generic/nsContainerFrame.cpp b/mozilla/layout/generic/nsContainerFrame.cpp index f56c23cc1fc..48ca68dcf75 100644 --- a/mozilla/layout/generic/nsContainerFrame.cpp +++ b/mozilla/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).