| Index: Source/bindings/scripts/v8_interface.py
|
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
|
| index 0e25827cd41c66df462a62ffc34fd2557af9e938..d0b20389f02c62363569ce4521589f3428f0fe9a 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -607,7 +607,7 @@ def property_setter(setter):
|
| 'is_raises_exception': is_raises_exception,
|
| 'name': cpp_name(setter),
|
| 'v8_value_to_local_cpp_value': idl_type.v8_value_to_local_cpp_value(
|
| - extended_attributes, 'jsValue', 'propertyValue'),
|
| + extended_attributes, 'v8Value', 'propertyValue'),
|
| }
|
|
|
|
|
|
|