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

Unified Diff: Source/core/dom/CustomElementRegistry.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/core/dom/CustomElementConstructor.idl ('k') | Source/core/dom/CustomElementRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CustomElementRegistry.h
diff --git a/Source/core/dom/CustomElementRegistry.h b/Source/core/dom/CustomElementRegistry.h
index 21bf6859904cecdd1543dc42b22be5221ab03e68..dc445b0dbc9190f98d7e73704b78cd1677eb9c10 100644
--- a/Source/core/dom/CustomElementRegistry.h
+++ b/Source/core/dom/CustomElementRegistry.h
@@ -31,8 +31,6 @@
#ifndef CustomElementRegistry_h
#define CustomElementRegistry_h
-#if ENABLE(CUSTOM_ELEMENTS)
-
#include "ContextDestructionObserver.h"
#include "ExceptionCode.h"
#include "QualifiedName.h"
@@ -124,5 +122,4 @@ inline CustomElementRegistry::InstanceSet& CustomElementRegistry::activeCustomEl
} // namespace WebCore
-#endif // ENABLE(CUSTOM_ELEMENTS)
#endif
« no previous file with comments | « Source/core/dom/CustomElementConstructor.idl ('k') | Source/core/dom/CustomElementRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698