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

Unified Diff: Source/core/dom/CustomElementConstructor.cpp

Issue 14083009: Remove ENABLE_CUSTOM_ELEMENTS compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing. 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
« no previous file with comments | « Source/core/dom/CustomElementConstructor.h ('k') | Source/core/dom/CustomElementConstructor.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CustomElementConstructor.cpp
diff --git a/Source/core/dom/CustomElementConstructor.cpp b/Source/core/dom/CustomElementConstructor.cpp
index 300667e7af0b71b71f28ae7f58459183a6864095..03f8f9bf1eb6d79796cbef90e4a419bba926d021 100644
--- a/Source/core/dom/CustomElementConstructor.cpp
+++ b/Source/core/dom/CustomElementConstructor.cpp
@@ -30,8 +30,6 @@
#include "config.h"
-#if ENABLE(CUSTOM_ELEMENTS)
-
#include "CustomElementConstructor.h"
#include "CustomElementHelpers.h"
@@ -96,5 +94,3 @@ PassRefPtr<Element> setTypeExtension(PassRefPtr<Element> element, const AtomicSt
}
}
-
-#endif // ENABLE(CUSTOM_ELEMENTS)
« no previous file with comments | « Source/core/dom/CustomElementConstructor.h ('k') | Source/core/dom/CustomElementConstructor.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698