Attempting to fix Windows bustage

git-svn-id: svn://10.0.0.236/trunk@131369 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
caillon%returnzero.com
2002-10-08 03:03:56 +00:00
parent d531cd1226
commit 1c8e700439
2 changed files with 4 additions and 4 deletions

View File

@@ -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);

View File

@@ -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);