Removed a bogus assertion. b=345699 r+sr=roc

This commit is contained in:
mats.palmgren%bredband.net 2006-07-28 09:18:27 +00:00
Родитель 9323fd6f09
Коммит 9e1eaab823
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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