Index: Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl |
diff --git a/Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl b/Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl |
index 31c614e5b65312b4a3e5818c97989155aa2c8e34..57bf1f42ee11211e612bc65c565c513f4f0a49ba 100644 |
--- a/Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl |
+++ b/Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl |
@@ -4,7 +4,6 @@ |
#include "config.h" |
#include "V8{{namespace}}ElementWrapperFactory.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "{{namespace}}Names.h" |
#include "bindings/v8/CustomElementWrapper.h" |
{% for tag in tags|sort if tag.has_js_interface %} |
@@ -17,6 +16,7 @@ |
#include "core/dom/ContextFeatures.h" |
#include "core/dom/Document.h" |
#include "core/frame/Settings.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "wtf/StdLibExtras.h" |
namespace WebCore { |