| Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
 | 
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
 | 
| index d15da942c401c118224c1c320e462a386bde34a7..219ab0dd541d54ac6655d770199319d75627f2f3 100644
 | 
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
 | 
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
 | 
| @@ -66,6 +66,7 @@ class CSSParserImpl {
 | 
|    static MutableStylePropertySet::SetResult parseVariableValue(
 | 
|        MutableStylePropertySet*,
 | 
|        const AtomicString& propertyName,
 | 
| +      const PropertyRegistry*,
 | 
|        const String&,
 | 
|        bool important,
 | 
|        const CSSParserContext&,
 | 
| 
 |