| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index 815eda60f3482b1cc71979797693b8e12f5d113d..d2cf8cd8389daa058c113ce54729dcdbe1ac608e 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -324,7 +324,7 @@ def setter_context(interface, attribute, context):
|
|
|
| if ('Replaceable' in attribute.extended_attributes or
|
| is_constructor_attribute(attribute)):
|
| - context['cpp_setter'] = '%sForceSetAttributeOnThis(propertyName, v8Value, info)' % cpp_name(interface)
|
| + context['cpp_setter'] = '%sCreateDataProperty(propertyName, v8Value, info)' % cpp_name(interface)
|
| return
|
|
|
| extended_attributes = attribute.extended_attributes
|
|
|