| Index: Source/bindings/scripts/unstable/v8_callback_interface.py
|
| diff --git a/Source/bindings/scripts/unstable/v8_callback_interface.py b/Source/bindings/scripts/unstable/v8_callback_interface.py
|
| index 4aa3ee0070bbaf38641223ab67a8e7c9f2433df9..ca10172ba7a4acf0516a66d31ff5c317af51452d 100644
|
| --- a/Source/bindings/scripts/unstable/v8_callback_interface.py
|
| +++ b/Source/bindings/scripts/unstable/v8_callback_interface.py
|
| @@ -55,7 +55,7 @@ CPP_TO_V8_CONVERSION = 'v8::Handle<v8::Value> {name}Handle = {cpp_value_to_v8_va
|
|
|
| def cpp_to_v8_conversion(idl_type, name):
|
| # Includes handled in includes_for_operation
|
| - this_cpp_value_to_v8_value = cpp_value_to_v8_value(idl_type, name, set(), 'isolate', creation_context='v8::Handle<v8::Object>()')
|
| + this_cpp_value_to_v8_value = cpp_value_to_v8_value(idl_type, name, set(), 'isolate')
|
| return CPP_TO_V8_CONVERSION.format(name=name, cpp_value_to_v8_value=this_cpp_value_to_v8_value)
|
|
|
|
|
|
|