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:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user