| 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 55c506ece5180104610878a8dd411bf5ec326905..e44adfb185c11e76eda45227b19fe426d886eac7 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h
|
| @@ -10,9 +10,6 @@ class CSSValue;
|
| class CSSParserTokenRange;
|
| class CSSParserContext;
|
|
|
| -#define FUNCTION_IMPLEMENTED_FOR_PROPERTY(function, descriptor) \
|
| - descriptor.function != CSSPropertyAPI::function
|
| -
|
| // Stores function pointers matching those declared in CSSPropertyAPI.
|
| struct CSSPropertyDescriptor {
|
| const CSSValue* (*parseSingleValue)(CSSParserTokenRange&,
|
|
|