| Index: sky/engine/core/css/parser/BisonCSSParser-in.cpp
|
| diff --git a/sky/engine/core/css/parser/BisonCSSParser-in.cpp b/sky/engine/core/css/parser/BisonCSSParser-in.cpp
|
| index 3901ea181a8e4c8c6997673a895cab7acb2c9080..785fdf4be54d4060a91a6d658fbfb1f6581fa9aa 100644
|
| --- a/sky/engine/core/css/parser/BisonCSSParser-in.cpp
|
| +++ b/sky/engine/core/css/parser/BisonCSSParser-in.cpp
|
| @@ -266,9 +266,6 @@ static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acce
|
| case CSSPropertyWebkitPaddingStart:
|
| acceptsNegativeNumbers = false;
|
| return true;
|
| - case CSSPropertyShapeMargin:
|
| - acceptsNegativeNumbers = false;
|
| - return true;
|
| case CSSPropertyBottom:
|
| case CSSPropertyLeft:
|
| case CSSPropertyMarginBottom:
|
|
|