| Index: Source/core/dom/CustomElementConstructor.h
 | 
| diff --git a/Source/core/dom/CustomElementConstructor.h b/Source/core/dom/CustomElementConstructor.h
 | 
| index 9acccd7d7e5db8b182e202662e08dc9b43bdd5ce..3f47da2a897822bdd2d525ae972c5951e0d9c82f 100644
 | 
| --- a/Source/core/dom/CustomElementConstructor.h
 | 
| +++ b/Source/core/dom/CustomElementConstructor.h
 | 
| @@ -31,8 +31,6 @@
 | 
|  #ifndef CustomElementConstructor_h
 | 
|  #define CustomElementConstructor_h
 | 
|  
 | 
| -#if ENABLE(CUSTOM_ELEMENTS)
 | 
| -
 | 
|  #include "ContextDestructionObserver.h"
 | 
|  #include "Document.h"
 | 
|  #include "QualifiedName.h"
 | 
| @@ -74,6 +72,4 @@ private:
 | 
|  
 | 
|  }
 | 
|  
 | 
| -#endif // ENABLE(CUSTOM_ELEMENTS)
 | 
| -
 | 
|  #endif // CustomElementConstructor_h
 | 
| 
 |