| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index 56f7710fe08b6abe92c213e564bc17c79152d816..76b8840d85476e70fda33761bdf5155929139436 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -109,7 +109,6 @@ public:
|
| bool parseQuotes(CSSPropertyID, bool important);
|
|
|
| static bool parseValue(StylePropertySet*, CSSPropertyID, const String&, bool important, Document*);
|
| - bool cssVariablesEnabled() const;
|
| void storeVariableDeclaration(const CSSParserString&, PassOwnPtr<CSSParserValueList>, bool important);
|
|
|
| PassRefPtr<CSSValue> parseAttr(CSSParserValueList* args);
|
|
|