Index: Source/bindings/scripts/v8_attributes.py |
diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py |
index 8899902608cd2b6b21f6e1d73f80c3ef515bfc12..f347c69569218e00bf52f8e3e87a9c8eff50d804 100644 |
--- a/Source/bindings/scripts/v8_attributes.py |
+++ b/Source/bindings/scripts/v8_attributes.py |
@@ -126,7 +126,7 @@ def attribute_context(interface, attribute): |
'only_exposed_to_private_script': is_only_exposed_to_private_script, |
'per_context_enabled_function': v8_utilities.per_context_enabled_function_name(attribute), # [PerContextEnabled] |
'private_script_v8_value_to_local_cpp_value': idl_type.v8_value_to_local_cpp_value( |
- extended_attributes, 'v8Value', 'cppValue', isolate='scriptState->isolate()', used_in_private_script=True), |
+ extended_attributes, 'v8Value', 'cppValue', bailout_return_value='false', isolate='scriptState->isolate()'), |
'property_attributes': property_attributes(interface, attribute), |
'put_forwards': 'PutForwards' in extended_attributes, |
'reflect_empty': extended_attributes.get('ReflectEmpty'), |