| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| index ad1f73bc2b169c0882551ec73c9a58e4b02e8ebb..d5cb6bd8fe52768b16808dd36ce71ff57c25054e 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| @@ -13,7 +13,7 @@ class CSSParserContext;
|
| // Stores function pointers matching those declared in CSSPropertyAPI.
|
| struct CSSPropertyDescriptor {
|
| const CSSValue* (*parseSingleValue)(CSSParserTokenRange&,
|
| - const CSSParserContext&);
|
| + const CSSParserContext*);
|
|
|
| // Stores whether or not this descriptor is for a valid property. Do not
|
| // access the contents of this descriptor unless this value is true.
|
|
|