Index: Source/bindings/scripts/v8_types.py |
diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py |
index 57b79d40e86f7ff9dc065e927e7f466b59d84ff2..23421f887cdf8847afe40969bcc408cb768b8ad6 100644 |
--- a/Source/bindings/scripts/v8_types.py |
+++ b/Source/bindings/scripts/v8_types.py |
@@ -330,7 +330,7 @@ def includes_for_type(idl_type): |
if idl_type.is_basic_type: |
return set() |
if idl_type.is_typed_array_type: |
- return set(['bindings/v8/custom/V8%sCustom.h' % base_idl_type]) |
+ return set(['bindings/core/v8/custom/V8%sCustom.h' % base_idl_type]) |
if base_idl_type.endswith('ConstructorConstructor'): |
# FIXME: rename to NamedConstructor |
# FIXME: replace with a [NamedConstructorAttribute] extended attribute |