Index: Source/core/page/RuntimeEnabledFeatures.cpp |
diff --git a/Source/core/page/RuntimeEnabledFeatures.cpp b/Source/core/page/RuntimeEnabledFeatures.cpp |
index 57ddbf7c2404f93efb9fdda8b6ddc9ad8b48c463..29b8fb12e7071b4d37afbc5db0c6d1a0a76c50cb 100644 |
--- a/Source/core/page/RuntimeEnabledFeatures.cpp |
+++ b/Source/core/page/RuntimeEnabledFeatures.cpp |
@@ -157,9 +157,7 @@ bool RuntimeEnabledFeatures::isExperimentalShadowDOMEnabled = false; |
bool RuntimeEnabledFeatures::isAuthorShadowDOMForAnyElementEnabled = false; |
-#if ENABLE(CUSTOM_ELEMENTS) |
bool RuntimeEnabledFeatures::isCustomDOMElementsEnabled = false; |
-#endif |
bool RuntimeEnabledFeatures::isStyleScopedEnabled = false; |