From a0c12aec8da7cbe0ba13110cea8ff8bc7c0bc789 Mon Sep 17 00:00:00 2001 From: troy Date: Wed, 15 Jul 1998 04:46:51 +0000 Subject: [PATCH] Turned off some code that was accidently turned on --- layout/html/table/src/nsTableFrame.cpp | 2 +- layout/tables/nsTableFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/html/table/src/nsTableFrame.cpp b/layout/html/table/src/nsTableFrame.cpp index 926c0ed2edd..4be7370650a 100644 --- a/layout/html/table/src/nsTableFrame.cpp +++ b/layout/html/table/src/nsTableFrame.cpp @@ -1194,7 +1194,7 @@ NS_METHOD nsTableFrame::Reflow(nsIPresContext& aPresContext, kidFrame->GetRect(kidRect); kidFrame->SizeTo(desiredSize.width, desiredSize.height); -#if 0 +#if 1 // XXX For the time being just fall through and treat it like a // pass 2 reflow... mPass = kPASS_SECOND; diff --git a/layout/tables/nsTableFrame.cpp b/layout/tables/nsTableFrame.cpp index 926c0ed2edd..4be7370650a 100644 --- a/layout/tables/nsTableFrame.cpp +++ b/layout/tables/nsTableFrame.cpp @@ -1194,7 +1194,7 @@ NS_METHOD nsTableFrame::Reflow(nsIPresContext& aPresContext, kidFrame->GetRect(kidRect); kidFrame->SizeTo(desiredSize.width, desiredSize.height); -#if 0 +#if 1 // XXX For the time being just fall through and treat it like a // pass 2 reflow... mPass = kPASS_SECOND;