| Index: Source/core/page/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/page/RuntimeCSSEnabled.cpp
|
| index 7eb748686207544db85f803515184ffbc9cf37f3..80bdfafda5fb5f636c272d27aa164aba9afce1ea 100644
|
| --- a/Source/core/page/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/page/RuntimeCSSEnabled.cpp
|
| @@ -45,7 +45,6 @@ static void setCSSPropertiesEnabled(CSSPropertyID* properties, size_t length, bo
|
|
|
| static void setPropertySwitchesFromRuntimeFeatures(BoolVector& properties)
|
| {
|
| -#if ENABLE(CSS_REGIONS)
|
| CSSPropertyID regionProperites[] = {
|
| CSSPropertyWebkitFlowInto,
|
| CSSPropertyWebkitFlowFrom,
|
| @@ -55,7 +54,6 @@ static void setPropertySwitchesFromRuntimeFeatures(BoolVector& properties)
|
| CSSPropertyWebkitRegionBreakInside
|
| };
|
| setCSSPropertiesEnabled(regionProperites, WTF_ARRAY_LENGTH(regionProperites), RuntimeEnabledFeatures::cssRegionsEnabled());
|
| -#endif
|
| #if ENABLE(CSS_EXCLUSIONS)
|
| CSSPropertyID exclusionProperties[] = {
|
| CSSPropertyWebkitWrap,
|
|
|