| Index: Source/core/dom/CustomElementRegistry.h
 | 
| diff --git a/Source/core/dom/CustomElementRegistry.h b/Source/core/dom/CustomElementRegistry.h
 | 
| index 21bf6859904cecdd1543dc42b22be5221ab03e68..b56db6a48d6b3b548247fbac17f12410a17449d0 100644
 | 
| --- a/Source/core/dom/CustomElementRegistry.h
 | 
| +++ b/Source/core/dom/CustomElementRegistry.h
 | 
| @@ -31,7 +31,6 @@
 | 
|  #ifndef CustomElementRegistry_h
 | 
|  #define CustomElementRegistry_h
 | 
|  
 | 
| -#if ENABLE(CUSTOM_ELEMENTS)
 | 
|  
 | 
|  #include "ContextDestructionObserver.h"
 | 
|  #include "ExceptionCode.h"
 | 
| @@ -124,5 +123,4 @@ inline CustomElementRegistry::InstanceSet& CustomElementRegistry::activeCustomEl
 | 
|  
 | 
|  } // namespace WebCore
 | 
|  
 | 
| -#endif // ENABLE(CUSTOM_ELEMENTS)
 | 
|  #endif
 | 
| 
 |