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

Unified Diff: Source/core/dom/CustomElementRegistry.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/core/dom/CustomElementRegistry.cpp
diff --git a/Source/core/dom/CustomElementRegistry.cpp b/Source/core/dom/CustomElementRegistry.cpp
index 14047f3cfb74e47f68e835681b451ddcf27359ed..12c49173b5cdaa52d599ac9cb3ebfb690b5386f9 100644
--- a/Source/core/dom/CustomElementRegistry.cpp
+++ b/Source/core/dom/CustomElementRegistry.cpp
@@ -30,7 +30,6 @@
#include "config.h"
-#if ENABLE(CUSTOM_ELEMENTS)
#include "CustomElementRegistry.h"
@@ -266,4 +265,3 @@ void CustomElementRegistry::deliverAllLifecycleCallbacks()
}
-#endif // ENABLE(CUSTOM_ELEMENTS)

Powered by Google App Engine
This is Rietveld 408576698