From b7ecf11083a165e05bee6aa69fa27ab1ce260c14 Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Thu, 4 Feb 1999 00:43:49 +0000 Subject: [PATCH] Fix for bug #2867. Removed the questionable logic I added previously. git-svn-id: svn://10.0.0.236/trunk@19619 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsHTMLFrame.cpp | 2 +- mozilla/layout/html/base/src/nsHTMLFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/generic/nsHTMLFrame.cpp b/mozilla/layout/generic/nsHTMLFrame.cpp index 17eeb6e5509..e43483dd69b 100644 --- a/mozilla/layout/generic/nsHTMLFrame.cpp +++ b/mozilla/layout/generic/nsHTMLFrame.cpp @@ -67,7 +67,7 @@ public: nsGUIEvent* aEvent, nsEventStatus& aEventStatus); NS_IMETHOD IsPercentageBase(PRBool& aBase) const { - aBase = PR_FALSE; + aBase = PR_TRUE; return NS_OK; } diff --git a/mozilla/layout/html/base/src/nsHTMLFrame.cpp b/mozilla/layout/html/base/src/nsHTMLFrame.cpp index 17eeb6e5509..e43483dd69b 100644 --- a/mozilla/layout/html/base/src/nsHTMLFrame.cpp +++ b/mozilla/layout/html/base/src/nsHTMLFrame.cpp @@ -67,7 +67,7 @@ public: nsGUIEvent* aEvent, nsEventStatus& aEventStatus); NS_IMETHOD IsPercentageBase(PRBool& aBase) const { - aBase = PR_FALSE; + aBase = PR_TRUE; return NS_OK; }