From 1dcaa305b60551ef16f0dca4103d66002bc86645 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. --- layout/generic/nsHTMLFrame.cpp | 2 +- layout/html/base/src/nsHTMLFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/generic/nsHTMLFrame.cpp b/layout/generic/nsHTMLFrame.cpp index 17eeb6e55092..e43483dd69b8 100644 --- a/layout/generic/nsHTMLFrame.cpp +++ b/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/layout/html/base/src/nsHTMLFrame.cpp b/layout/html/base/src/nsHTMLFrame.cpp index 17eeb6e55092..e43483dd69b8 100644 --- a/layout/html/base/src/nsHTMLFrame.cpp +++ b/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; }