| Index: Source/bindings/scripts/v8_methods.py
|
| diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py
|
| index 7d2b9f8c2d185e24f6ce5231ec40a29d1f35be9b..8ea49bc872b9c52000b6433c9afb90dfa7ca3ee4 100644
|
| --- a/Source/bindings/scripts/v8_methods.py
|
| +++ b/Source/bindings/scripts/v8_methods.py
|
| @@ -240,6 +240,7 @@ def argument_context(interface, method, argument, index):
|
| 'private_script_cpp_value_to_v8_value': idl_type.cpp_value_to_v8_value(
|
| argument.name, isolate='scriptState->isolate()',
|
| creation_context='scriptState->context()->Global()'),
|
| + # 'type_checked_already': False,
|
| 'v8_set_return_value': v8_set_return_value(interface.name, method, this_cpp_value),
|
| 'v8_set_return_value_for_main_world': v8_set_return_value(interface.name, method, this_cpp_value, for_main_world=True),
|
| 'v8_value_to_local_cpp_value': v8_value_to_local_cpp_value(argument, index, type_checked, return_promise=method.returns_promise),
|
|
|