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 57bf1f42ee11211e612bc65c565c513f4f0a49ba..71d9b3e2fcf2cfa63bea54e195855efa40897154 100644 |
--- a/Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl |
+++ b/Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl |
@@ -7,7 +7,7 @@ |
#include "{{namespace}}Names.h" |
#include "bindings/v8/CustomElementWrapper.h" |
{% for tag in tags|sort if tag.has_js_interface %} |
-#include "V8{{tag.interface}}.h" |
+#include "bindings/core/v8/V8{{tag.interface}}.h" |
{% endfor %} |
{% for tag in tags|sort if tag.has_js_interface %} |
#include "core/{{namespace|lower}}/{{tag.js_interface}}.h" |