| Index: Source/bindings/scripts/v8_dictionary.py
|
| diff --git a/Source/bindings/scripts/v8_dictionary.py b/Source/bindings/scripts/v8_dictionary.py
|
| index 3e8ee8cc192ee03ce4136ac0ec47504251279075..7a763c2f1978c9e280f5ff5b842812d24b0998f9 100644
|
| --- a/Source/bindings/scripts/v8_dictionary.py
|
| +++ b/Source/bindings/scripts/v8_dictionary.py
|
| @@ -121,7 +121,8 @@ def member_context(dictionary, 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', restricted_float=restricted_float),
|
| + member.name, isolate='isolate', restricted_float=restricted_float,
|
| + needs_exception_state_for_string=True, no_throw=True),
|
| }
|
|
|
|
|
|
|