| Index: third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| index 7af43e14dd51769aa147bfea046b54cf46e3917c..6caadd0cc8c1ec080240a95638612df30f6647a2 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| @@ -21,6 +21,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<CSSCustomPropertyDeclaration> parseDeclarationValue(const AtomicString&, CSSParserTokenRange);
|
|
|
| static bool isValidVariableName(const CSSParserToken&);
|
| + static bool isValidVariableName(const String&);
|
| };
|
|
|
| } // namespace blink
|
|
|