| Index: third_party/WebKit/Source/bindings/scripts/v8_union.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_union.py b/third_party/WebKit/Source/bindings/scripts/v8_union.py
|
| index 84dd56bd855e95f52b2fe19542e90d829d7afe9a..1fb6216cc0300285bee7317c39a98aee6a475be0 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_union.py
|
| +++ b/third_party/WebKit/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',
|
| - use_exception_state=True, restricted_float=True),
|
| + use_exception_state=True)
|
| }
|
|
|