Index: Source/core/css/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp |
index e4552614d7523f51fbff749da442e38d0cb51b3f..d4c8b20c2d933dc9198ba309ad123a0379b44a80 100644 |
--- a/Source/core/css/RuntimeCSSEnabled.cpp |
+++ b/Source/core/css/RuntimeCSSEnabled.cpp |
@@ -45,15 +45,6 @@ static void setCSSPropertiesEnabled(CSSPropertyID* properties, size_t length, bo |
static void setPropertySwitchesFromRuntimeFeatures() |
{ |
- CSSPropertyID regionProperites[] = { |
- CSSPropertyWebkitFlowInto, |
- CSSPropertyWebkitFlowFrom, |
- CSSPropertyWebkitRegionFragment, |
- CSSPropertyWebkitRegionBreakAfter, |
- CSSPropertyWebkitRegionBreakBefore, |
- CSSPropertyWebkitRegionBreakInside |
- }; |
- setCSSPropertiesEnabled(regionProperites, WTF_ARRAY_LENGTH(regionProperites), RuntimeEnabledFeatures::cssRegionsEnabled()); |
CSSPropertyID exclusionProperties[] = { |
CSSPropertyWebkitWrapFlow, |
CSSPropertyWebkitWrapThrough, |