From d5cfd51a1341af15e7d7759a838a1b0f77f93a2b Mon Sep 17 00:00:00 2001 From: "bmlk%gmx.de" Date: Tue, 31 Aug 2004 19:26:37 +0000 Subject: [PATCH] bustage fix --- layout/base/public/nsHTMLReflowMetrics.h | 2 +- layout/generic/nsHTMLReflowMetrics.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/base/public/nsHTMLReflowMetrics.h b/layout/base/public/nsHTMLReflowMetrics.h index 4ad294a16819..527a7bf68f78 100644 --- a/layout/base/public/nsHTMLReflowMetrics.h +++ b/layout/base/public/nsHTMLReflowMetrics.h @@ -194,7 +194,7 @@ struct nsHTMLReflowMetrics { * so we need to report 0 otherwise the incr. reflow will fail * @param aWidthUnit - the width unit from the corresponding reflowstate */ - void nsHTMLReflowMetrics::SetMEWToActualWidth(nsStyleUnit aWidthUnit) { + void SetMEWToActualWidth(nsStyleUnit aWidthUnit) { if (aWidthUnit != eStyleUnit_Percent) { mMaxElementWidth = width; } else { diff --git a/layout/generic/nsHTMLReflowMetrics.h b/layout/generic/nsHTMLReflowMetrics.h index 4ad294a16819..527a7bf68f78 100644 --- a/layout/generic/nsHTMLReflowMetrics.h +++ b/layout/generic/nsHTMLReflowMetrics.h @@ -194,7 +194,7 @@ struct nsHTMLReflowMetrics { * so we need to report 0 otherwise the incr. reflow will fail * @param aWidthUnit - the width unit from the corresponding reflowstate */ - void nsHTMLReflowMetrics::SetMEWToActualWidth(nsStyleUnit aWidthUnit) { + void SetMEWToActualWidth(nsStyleUnit aWidthUnit) { if (aWidthUnit != eStyleUnit_Percent) { mMaxElementWidth = width; } else {