| Index: Source/core/css/parser/BisonCSSParser-in.cpp
|
| diff --git a/Source/core/css/parser/BisonCSSParser-in.cpp b/Source/core/css/parser/BisonCSSParser-in.cpp
|
| index 7ee0ffb89de6bcf09bca6b72161d9cbb4046df72..beddcb89d944af671876e7e29c0902d59a06647a 100644
|
| --- a/Source/core/css/parser/BisonCSSParser-in.cpp
|
| +++ b/Source/core/css/parser/BisonCSSParser-in.cpp
|
| @@ -286,7 +286,6 @@ static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acce
|
| acceptsNegativeNumbers = false;
|
| return true;
|
| case CSSPropertyShapeMargin:
|
| - case CSSPropertyShapePadding:
|
| acceptsNegativeNumbers = false;
|
| return RuntimeEnabledFeatures::cssShapesEnabled();
|
| case CSSPropertyBottom:
|
|
|