| Index: Source/core/css/StylePropertySet.h
|
| diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h
|
| index 067b5aa59bce30de2dd945655a3c8447fc54da87..65af4476b4aca8c8a3a79c39e58e708334d67ed5 100644
|
| --- a/Source/core/css/StylePropertySet.h
|
| +++ b/Source/core/css/StylePropertySet.h
|
| @@ -192,7 +192,8 @@ public:
|
| void setProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important = false);
|
|
|
| // These do not. FIXME: This is too messy, we can do better.
|
| - bool setProperty(CSSPropertyID, int identifier, bool important = false);
|
| + bool setProperty(CSSPropertyID, CSSValueID identifier, bool important = false);
|
| + bool setProperty(CSSPropertyID, CSSPropertyID identifier, bool important = false);
|
| void appendPrefixingVariantProperty(const CSSProperty&);
|
| void setPrefixingVariantProperty(const CSSProperty&);
|
| void setProperty(const CSSProperty&, CSSProperty* slot = 0);
|
|
|