| Index: Source/bindings/scripts/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py
|
| index fba7307668aae0b9fd8f6fe9124b5848b9fc78bb..5f965fd2700b3e7ff5bf5bed6dd58f707e57d235 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -325,7 +325,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
|
|
|