| Index: Source/core/css/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp
|
| index 849c97f00672864ad48867299df897c3bd8677ad..fe1c4293e4ad7516734a5cc45fd0d98a9d43fb16 100644
|
| --- a/Source/core/css/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/css/RuntimeCSSEnabled.cpp
|
| @@ -52,7 +52,6 @@ static void setPropertySwitchesFromRuntimeFeatures()
|
| setCSSPropertiesEnabled(exclusionProperties, WTF_ARRAY_LENGTH(exclusionProperties), RuntimeEnabledFeatures::cssExclusionsEnabled());
|
| CSSPropertyID shapeProperties[] = {
|
| CSSPropertyShapeMargin,
|
| - CSSPropertyShapePadding,
|
| CSSPropertyShapeImageThreshold,
|
| CSSPropertyShapeOutside,
|
| };
|
|
|