| Index: Source/core/dom/CustomElementRegistry.cpp
 | 
| diff --git a/Source/core/dom/CustomElementRegistry.cpp b/Source/core/dom/CustomElementRegistry.cpp
 | 
| index 779526a68bd306dfc7fa6bf506cbdc54e892d90e..cd8d63da9be960d88c7924dd6a650698baaea0c9 100644
 | 
| --- a/Source/core/dom/CustomElementRegistry.cpp
 | 
| +++ b/Source/core/dom/CustomElementRegistry.cpp
 | 
| @@ -33,7 +33,6 @@
 | 
|  #include "core/dom/CustomElementRegistry.h"
 | 
|  
 | 
|  #include "HTMLNames.h"
 | 
| -#include "RuntimeEnabledFeatures.h"
 | 
|  #include "bindings/v8/CustomElementHelpers.h"
 | 
|  #include "bindings/v8/Dictionary.h"
 | 
|  #include "bindings/v8/ScriptValue.h"
 | 
| 
 |