| Index: Source/bindings/scripts/v8_dictionary.py
|
| diff --git a/Source/bindings/scripts/v8_dictionary.py b/Source/bindings/scripts/v8_dictionary.py
|
| index 5598cdb9bf100741595277fe9be5640f0ccca33a..4c8263a608d2b6898ae1977ab8ecc455155351b2 100644
|
| --- a/Source/bindings/scripts/v8_dictionary.py
|
| +++ b/Source/bindings/scripts/v8_dictionary.py
|
| @@ -115,7 +115,7 @@ def member_context(member):
|
| 'v8_default_value': v8_default_value,
|
| 'v8_value_to_local_cpp_value': unwrapped_idl_type.v8_value_to_local_cpp_value(
|
| member.extended_attributes, member.name + 'Value',
|
| - member.name, isolate='isolate'),
|
| + member.name, isolate='isolate', restricted_float=True),
|
| }
|
|
|
|
|
|
|