| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index f4af1de29684824a77b9db8c734bed7e74cf156a..a4cf73d9db105635aa3dc75197ced5c8fb205780 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -500,6 +500,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; }
|
|
|
|
|