Index: Source/core/css/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp |
index 7f9dd93ec15527f50f52c32ca0aed3df7ded4399..a9f1060b2e42e240ea5766f957d70b6f49246b6e 100644 |
--- a/Source/core/css/RuntimeCSSEnabled.cpp |
+++ b/Source/core/css/RuntimeCSSEnabled.cpp |
@@ -45,12 +45,6 @@ static void setCSSPropertiesEnabled(CSSPropertyID* properties, size_t length, bo |
static void setPropertySwitchesFromRuntimeFeatures() |
{ |
- CSSPropertyID shapeProperties[] = { |
- CSSPropertyShapeMargin, |
- CSSPropertyShapeImageThreshold, |
- CSSPropertyShapeOutside, |
- }; |
- setCSSPropertiesEnabled(shapeProperties, WTF_ARRAY_LENGTH(shapeProperties), RuntimeEnabledFeatures::cssShapesEnabled()); |
CSSPropertyID css3TextDecorationProperties[] = { |
CSSPropertyTextDecorationColor, |
CSSPropertyTextDecorationLine, |