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