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