Index: Source/bindings/scripts/v8_types.py |
diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py |
index d225d5b1d570cd7a6820d98558c48639db4b8462..7cb75b52608dd36aa03240029ace20c747ca8a22 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 |