From 1c8e700439d2bc14f95cffd6a366d593be61fdd2 Mon Sep 17 00:00:00 2001 From: "caillon%returnzero.com" Date: Tue, 8 Oct 2002 03:03:56 +0000 Subject: [PATCH] Attempting to fix Windows bustage git-svn-id: svn://10.0.0.236/trunk@131369 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/style/src/nsComputedDOMStyle.h | 4 ++-- mozilla/layout/style/nsComputedDOMStyle.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/content/html/style/src/nsComputedDOMStyle.h b/mozilla/content/html/style/src/nsComputedDOMStyle.h index d9ac7cd0455..a4757ecde20 100644 --- a/mozilla/content/html/style/src/nsComputedDOMStyle.h +++ b/mozilla/content/html/style/src/nsComputedDOMStyle.h @@ -282,8 +282,8 @@ private: // Create a pointer-to-member-function type. typedef nsresult (nsComputedDOMStyle::*ComputeMethod)(nsIFrame*, nsIDOMCSSValue**); - const nsCSSProperty mProperty; - const ComputeMethod mGetter; + nsCSSProperty mProperty; + ComputeMethod mGetter; }; static const ComputedStyleMapEntry* GetQueryablePropertyMap(PRUint32* aLength); diff --git a/mozilla/layout/style/nsComputedDOMStyle.h b/mozilla/layout/style/nsComputedDOMStyle.h index d9ac7cd0455..a4757ecde20 100644 --- a/mozilla/layout/style/nsComputedDOMStyle.h +++ b/mozilla/layout/style/nsComputedDOMStyle.h @@ -282,8 +282,8 @@ private: // Create a pointer-to-member-function type. typedef nsresult (nsComputedDOMStyle::*ComputeMethod)(nsIFrame*, nsIDOMCSSValue**); - const nsCSSProperty mProperty; - const ComputeMethod mGetter; + nsCSSProperty mProperty; + ComputeMethod mGetter; }; static const ComputedStyleMapEntry* GetQueryablePropertyMap(PRUint32* aLength);