| Index: third_party/WebKit/Source/core/css/parser/CSSParser.h | 
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h | 
| index 7c30d0809590a155f4aac7a6cd41ea33e4443447..2c67b871090ec8dcb7ce77d8d6923ec64248b33c 100644 | 
| --- a/third_party/WebKit/Source/core/css/parser/CSSParser.h | 
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h | 
| @@ -57,6 +57,7 @@ class CORE_EXPORT CSSParser { | 
| static MutableStylePropertySet::SetResult parseValueForCustomProperty( | 
| MutableStylePropertySet*, | 
| const AtomicString& propertyName, | 
| +      const PropertyRegistry*, | 
| const String& value, | 
| bool important, | 
| StyleSheetContents*, | 
|  |