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 0bf3a0738fa8b7a5841a51a08a44acb20020dec8..60895636c2b372c85430864966daafd884dd8916 100644 |
--- a/Source/core/css/parser/BisonCSSParser-in.cpp |
+++ b/Source/core/css/parser/BisonCSSParser-in.cpp |
@@ -284,7 +284,7 @@ static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acce |
return true; |
case CSSPropertyShapeMargin: |
acceptsNegativeNumbers = false; |
- return RuntimeEnabledFeatures::cssShapesEnabled(); |
+ return true; |
case CSSPropertyBottom: |
case CSSPropertyLeft: |
case CSSPropertyMarginBottom: |