From 8f29d1da1a94de17a77611735d3d356ecf135255 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Thu, 2 Aug 2007 18:11:44 +0000 Subject: [PATCH] Remove bogus assert. Bug 350128, r+sr=roc, a=dbaron git-svn-id: svn://10.0.0.236/trunk@231324 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsCSSFrameConstructor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/layout/base/nsCSSFrameConstructor.cpp b/mozilla/layout/base/nsCSSFrameConstructor.cpp index c669792c3c0..4c37d5c5d85 100644 --- a/mozilla/layout/base/nsCSSFrameConstructor.cpp +++ b/mozilla/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