| Index: Source/core/css/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp
|
| index dd9796bfc9d8e4742802592083b7b50defe731dc..7f9dd93ec15527f50f52c32ca0aed3df7ded4399 100644
|
| --- a/Source/core/css/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/css/RuntimeCSSEnabled.cpp
|
| @@ -45,11 +45,6 @@ static void setCSSPropertiesEnabled(CSSPropertyID* properties, size_t length, bo
|
|
|
| static void setPropertySwitchesFromRuntimeFeatures()
|
| {
|
| - CSSPropertyID exclusionProperties[] = {
|
| - CSSPropertyWebkitWrapFlow,
|
| - CSSPropertyWebkitWrapThrough,
|
| - };
|
| - setCSSPropertiesEnabled(exclusionProperties, WTF_ARRAY_LENGTH(exclusionProperties), RuntimeEnabledFeatures::cssExclusionsEnabled());
|
| CSSPropertyID shapeProperties[] = {
|
| CSSPropertyShapeMargin,
|
| CSSPropertyShapeImageThreshold,
|
|
|