| Index: Source/core/page/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/page/RuntimeCSSEnabled.cpp
|
| index 4db424574b4b965cec20aa239d6260874ba899c9..f7d2847aea6ab0dddb47e88d4bc3140672abb96e 100644
|
| --- a/Source/core/page/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/page/RuntimeCSSEnabled.cpp
|
| @@ -118,6 +118,7 @@ static void setPropertySwitchesFromRuntimeFeatures()
|
| RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyPaintOrder, RuntimeEnabledFeatures::svgPaintOrderEnabled());
|
| RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyVariable, RuntimeEnabledFeatures::cssVariablesEnabled());
|
| RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyMaskSourceType, RuntimeEnabledFeatures::cssMaskSourceTypeEnabled());
|
| + RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyColumnFill, RuntimeEnabledFeatures::regionBasedColumnsEnabled());
|
|
|
| // InternalCallback is an implementation detail, rather than an experimental feature, and should never be exposed to the web.
|
| RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyInternalCallback, false);
|
|
|