From c19c90bd7a1ae58f646265a707aba2cb3e6bfea9 Mon Sep 17 00:00:00 2001 From: "bmlk%gmx.de" Date: Sat, 11 Aug 2007 16:19:55 +0000 Subject: [PATCH] adapt assert to code reality, bug 364512 r/sr/a=dbaron git-svn-id: svn://10.0.0.236/trunk@231893 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/tables/nsTableFrame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/layout/tables/nsTableFrame.cpp b/mozilla/layout/tables/nsTableFrame.cpp index d1f1d944bfa..2e505e9f25a 100644 --- a/mozilla/layout/tables/nsTableFrame.cpp +++ b/mozilla/layout/tables/nsTableFrame.cpp @@ -1743,6 +1743,7 @@ nsTableFrame::RequestSpecialHeightReflow(const nsHTMLReflowState& aReflowState) NS_ASSERTION(IS_TABLE_CELL(frameType) || nsGkAtoms::tableRowFrame == frameType || nsGkAtoms::tableRowGroupFrame == frameType || + nsGkAtoms::scrollFrame == frameType || nsGkAtoms::tableFrame == frameType, "unexpected frame type");