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) |