| Index: Source/core/dom/CustomElementRegistry.cpp
|
| diff --git a/Source/core/dom/CustomElementRegistry.cpp b/Source/core/dom/CustomElementRegistry.cpp
|
| index 14047f3cfb74e47f68e835681b451ddcf27359ed..12c49173b5cdaa52d599ac9cb3ebfb690b5386f9 100644
|
| --- a/Source/core/dom/CustomElementRegistry.cpp
|
| +++ b/Source/core/dom/CustomElementRegistry.cpp
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(CUSTOM_ELEMENTS)
|
|
|
| #include "CustomElementRegistry.h"
|
|
|
| @@ -266,4 +265,3 @@ void CustomElementRegistry::deliverAllLifecycleCallbacks()
|
|
|
| }
|
|
|
| -#endif // ENABLE(CUSTOM_ELEMENTS)
|
|
|