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