Index: Source/bindings/scripts/v8_union.py |
diff --git a/Source/bindings/scripts/v8_union.py b/Source/bindings/scripts/v8_union.py |
index 29ca32e0838305844f03a70cc5af63239c43be96..4ed138fac624837e7d9b30a32819fd6e9c5c1986 100644 |
--- a/Source/bindings/scripts/v8_union.py |
+++ b/Source/bindings/scripts/v8_union.py |
@@ -150,5 +150,5 @@ def member_context(member, interfaces_info): |
'type_name': member.name, |
'v8_value_to_local_cpp_value': member.v8_value_to_local_cpp_value( |
{}, 'v8Value', 'cppValue', isolate='isolate', |
- needs_exception_state_for_string=True), |
+ needs_exception_state_for_string=True, restricted_float=True), |
} |