From d56f30c35a288df6e14316c712c59f47f388c479 Mon Sep 17 00:00:00 2001 From: "bzbarsky@mit.edu" Date: Thu, 2 Aug 2007 11:11:44 -0700 Subject: [PATCH] Remove bogus assert. Bug 350128, r+sr=roc, a=dbaron --- layout/base/nsCSSFrameConstructor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp index c669792c3c0..4c37d5c5d85 100644 --- a/layout/base/nsCSSFrameConstructor.cpp +++ b/layout/base/nsCSSFrameConstructor.cpp @@ -10772,8 +10772,6 @@ nsCSSFrameConstructor::FindFrameWithContent(nsFrameManager* aFrameManager, kidFrame = parentFrame->GetFirstChild(listName); // Leave |aParentFrame| as-is, since the only time we'll // reuse it is if the hint fails. - NS_ASSERTION(!kidFrame || parentFrame->GetContent() == aParentContent, - "next-in-flow has different content"); } } #ifdef NOISY_FINDFRAME