| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index c0a219aabddcd63633aab3320fa6de403ccf63ff..272fafc45aeb6da0e46edea92007f7bf2394c2a1 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -476,6 +476,8 @@ private:
|
| inline void detectAtToken(int, bool);
|
| template <typename CharacterType>
|
| inline void detectSupportsToken(int);
|
| + template <typename CharacterType>
|
| + inline bool detectCSSVariablesToken(int);
|
|
|
| void setStyleSheet(StyleSheetContents* styleSheet) { m_styleSheet = styleSheet; }
|
|
|
|
|