Index: Source/bindings/scripts/v8_types.py |
diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py |
index 006b60bf17ade4d2747da92d5fdd6b90ce118085..9810feb6d729be8157ddba6883cb8b6204692e66 100644 |
--- a/Source/bindings/scripts/v8_types.py |
+++ b/Source/bindings/scripts/v8_types.py |
@@ -519,7 +519,7 @@ def v8_value_to_cpp_value(idl_type, extended_attributes, v8_value, variable_name |
# Array or sequence types |
native_array_element_type = idl_type.native_array_element_type |
if native_array_element_type: |
- return v8_value_to_cpp_value_array_or_sequence(native_array_element_type, v8_value, index) |
+ return v8_value_to_cpp_value_array_or_sequence(native_array_element_type, v8_value, index, isolate) |
# Simple types |
idl_type = idl_type.preprocessed_type |