Index: Source/core/css/RuntimeCSSEnabled.cpp |
diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp |
index 131dcfdb2b3ba5ba74908631e674aa7428942256..6bc5b8b914064500fa4760b52c19f1cc525910a4 100644 |
--- a/Source/core/css/RuntimeCSSEnabled.cpp |
+++ b/Source/core/css/RuntimeCSSEnabled.cpp |
@@ -104,9 +104,6 @@ static void setPropertySwitchesFromRuntimeFeatures() |
RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyColumnFill, RuntimeEnabledFeatures::regionBasedColumnsEnabled()); |
RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyScrollBehavior, RuntimeEnabledFeatures::cssomSmoothScrollEnabled()); |
RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyWillChange, RuntimeEnabledFeatures::cssWillChangeEnabled()); |
- |
- // InternalCallback is an implementation detail, rather than an experimental feature, and should never be exposed to the web. |
- RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyInternalCallback, false); |
} |
static CSSPropertySwitches& propertySwitches() |