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

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

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/bindings/v8/V8RecursionScope.cpp ('k') | Source/core/dom/CustomElementConstructor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CustomElementConstructor.h
diff --git a/Source/core/dom/CustomElementConstructor.h b/Source/core/dom/CustomElementConstructor.h
index 9acccd7d7e5db8b182e202662e08dc9b43bdd5ce..3f47da2a897822bdd2d525ae972c5951e0d9c82f 100644
--- a/Source/core/dom/CustomElementConstructor.h
+++ b/Source/core/dom/CustomElementConstructor.h
@@ -31,8 +31,6 @@
#ifndef CustomElementConstructor_h
#define CustomElementConstructor_h
-#if ENABLE(CUSTOM_ELEMENTS)
-
#include "ContextDestructionObserver.h"
#include "Document.h"
#include "QualifiedName.h"
@@ -74,6 +72,4 @@ private:
}
-#endif // ENABLE(CUSTOM_ELEMENTS)
-
#endif // CustomElementConstructor_h
« no previous file with comments | « Source/bindings/v8/V8RecursionScope.cpp ('k') | Source/core/dom/CustomElementConstructor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698