| Index: Source/bindings/scripts/unstable/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/unstable/v8_attributes.py b/Source/bindings/scripts/unstable/v8_attributes.py
|
| index 536ac860b5e985ec48163a8a25fb21d5115c4226..533a51f9c70e246589cbe519d41123a21a8c0d00 100644
|
| --- a/Source/bindings/scripts/unstable/v8_attributes.py
|
| +++ b/Source/bindings/scripts/unstable/v8_attributes.py
|
| @@ -112,7 +112,7 @@ def generate_attribute(interface, attribute):
|
| 'name': attribute.name,
|
| 'per_context_enabled_function_name': v8_utilities.per_context_enabled_function_name(attribute), # [PerContextEnabled]
|
| 'property_attributes': property_attributes(attribute),
|
| - 'setter_callback_name': setter_callback_name(interface, attribute),
|
| + 'setter_callback': setter_callback_name(interface, attribute),
|
| 'v8_type': v8_types.v8_type(idl_type),
|
| 'runtime_enabled_function_name': v8_utilities.runtime_enabled_function_name(attribute), # [RuntimeEnabled]
|
| 'world_suffixes': ['', 'ForMainWorld']
|
|
|