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 |