| Index: Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| diff --git a/Source/build/scripts/templates/ElementFactory.cpp.tmpl b/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| index 183de26db325d944de9350422dfc1d6349ea1d13..03986c423408ac23cf28c977e871a6e71f570602 100644
|
| --- a/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| +++ b/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| @@ -4,7 +4,6 @@
|
| #include "config.h"
|
| #include "{{namespace}}ElementFactory.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "{{namespace}}Names.h"
|
| {% for tag in tags|sort %}
|
| #include "core/{{namespace|lower}}/{{tag.interface}}.h"
|
| @@ -17,6 +16,7 @@
|
| #include "core/dom/custom/CustomElementRegistrationContext.h"
|
| #include "core/dom/Document.h"
|
| #include "core/frame/Settings.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| #include "wtf/HashMap.h"
|
|
|
| namespace WebCore {
|
|
|