| Index: Source/core/dom/CustomElementConstructor.h
 | 
| diff --git a/Source/core/dom/CustomElementConstructor.h b/Source/core/dom/CustomElementConstructor.h
 | 
| index 9acccd7d7e5db8b182e202662e08dc9b43bdd5ce..48383777f7975c25456b4e818a91a9742d4352a4 100644
 | 
| --- a/Source/core/dom/CustomElementConstructor.h
 | 
| +++ b/Source/core/dom/CustomElementConstructor.h
 | 
| @@ -31,7 +31,6 @@
 | 
|  #ifndef CustomElementConstructor_h
 | 
|  #define CustomElementConstructor_h
 | 
|  
 | 
| -#if ENABLE(CUSTOM_ELEMENTS)
 | 
|  
 | 
|  #include "ContextDestructionObserver.h"
 | 
|  #include "Document.h"
 | 
| @@ -74,6 +73,5 @@ private:
 | 
|  
 | 
|  }
 | 
|  
 | 
| -#endif // ENABLE(CUSTOM_ELEMENTS)
 | 
|  
 | 
|  #endif // CustomElementConstructor_h
 | 
| 
 |