| Index: trunk/Source/core/css/CSSParser.h
|
| ===================================================================
|
| --- trunk/Source/core/css/CSSParser.h (revision 150485)
|
| +++ trunk/Source/core/css/CSSParser.h (working copy)
|
| @@ -112,6 +112,7 @@
|
| 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);
|
|
|