Index: Source/core/css/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp |
index 7c39d9e9f39f3f5074b212f308f4427e1907e872..522cd49f41c20634804c5a680e181ad6e0c93038 100644 |
--- a/Source/core/css/RuntimeCSSEnabled.cpp |
+++ b/Source/core/css/RuntimeCSSEnabled.cpp |
@@ -54,7 +54,6 @@ static void setPropertySwitchesFromRuntimeFeatures() |
CSSPropertyShapeMargin, |
CSSPropertyShapePadding, |
CSSPropertyShapeImageThreshold, |
- CSSPropertyShapeInside, |
CSSPropertyShapeOutside, |
}; |
setCSSPropertiesEnabled(shapeProperties, WTF_ARRAY_LENGTH(shapeProperties), RuntimeEnabledFeatures::cssShapesEnabled()); |