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