| Index: Source/core/dom/CustomElementConstructor.cpp
|
| diff --git a/Source/core/dom/CustomElementConstructor.cpp b/Source/core/dom/CustomElementConstructor.cpp
|
| index 300667e7af0b71b71f28ae7f58459183a6864095..e41dbb34334f94d0dc31ae51f49b8a90d509e014 100644
|
| --- a/Source/core/dom/CustomElementConstructor.cpp
|
| +++ b/Source/core/dom/CustomElementConstructor.cpp
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(CUSTOM_ELEMENTS)
|
|
|
| #include "CustomElementConstructor.h"
|
|
|
| @@ -97,4 +96,3 @@ PassRefPtr<Element> setTypeExtension(PassRefPtr<Element> element, const AtomicSt
|
|
|
| }
|
|
|
| -#endif // ENABLE(CUSTOM_ELEMENTS)
|
|
|