| Index: Source/bindings/scripts/v8_methods.py
|
| diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py
|
| index 652ea4b3adb6581bc7c4ba0f049ef35245c3f526..4fb2ec0d329300607a41a03c7e88541494b71d0f 100644
|
| --- a/Source/bindings/scripts/v8_methods.py
|
| +++ b/Source/bindings/scripts/v8_methods.py
|
| @@ -164,7 +164,7 @@ def method_context(interface, method):
|
| is_check_security_for_window or
|
| any(argument for argument in arguments
|
| if argument.idl_type.name == 'SerializedScriptValue' or
|
| - argument.idl_type.may_raise_exception_on_conversion),
|
| + argument.idl_type.v8_conversion_needs_exception_state),
|
| 'idl_type': idl_type.base_type,
|
| 'is_call_with_execution_context': has_extended_attribute_value(method, 'CallWith', 'ExecutionContext'),
|
| 'is_call_with_script_arguments': is_call_with_script_arguments,
|
|
|