Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: Source/bindings/v8/RuntimeEnabledFeatures.cpp

Issue 14083009: Remove ENABLE_CUSTOM_ELEMENTS compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removing flag from features.gypi Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/v8/RuntimeEnabledFeatures.cpp
diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.cpp b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
index 0fd25633c4275c6bbfc5fff4c220e53e72b20afd..448df9c3081ca6517f2810298a9d6fff55018ad9 100644
--- a/Source/bindings/v8/RuntimeEnabledFeatures.cpp
+++ b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
@@ -164,9 +164,7 @@ bool RuntimeEnabledFeatures::isExperimentalShadowDOMEnabled = false;
bool RuntimeEnabledFeatures::isAuthorShadowDOMForAnyElementEnabled = false;
-#if ENABLE(CUSTOM_ELEMENTS)
bool RuntimeEnabledFeatures::isCustomDOMElementsEnabled = false;
-#endif
bool RuntimeEnabledFeatures::isStyleScopedEnabled = false;

Powered by Google App Engine
This is Rietveld 408576698