| Index: Source/bindings/scripts/v8_private_script_interface.py
|
| diff --git a/Source/bindings/scripts/v8_private_script_interface.py b/Source/bindings/scripts/v8_private_script_interface.py
|
| index ab6f4de577905f0f0fb2d73076a6bdf2b0baa83b..c4d16c594a12827ffa6aae46d18f9dbdc3c91ad4 100644
|
| --- a/Source/bindings/scripts/v8_private_script_interface.py
|
| +++ b/Source/bindings/scripts/v8_private_script_interface.py
|
| @@ -56,8 +56,7 @@ def method_context(operation):
|
| 'cpp_type': idl_type.cpp_type_args(raw_type=True),
|
| 'name': operation.name,
|
| 'v8_value_to_cpp_value': v8_types.v8_value_to_cpp_value(
|
| - idl_type, extended_attributes, 'v8Value', 0,
|
| - isolate='scriptState->isolate()'),
|
| + idl_type, extended_attributes, 'v8Value', 0, 'scriptState->isolate()'),
|
| }
|
| contents.update(arguments_context(operation.arguments, idl_type))
|
| return contents
|
|
|