| 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..7bda8f154a3f32bb8c5912ea935e6cb419c46bed 100644
|
| --- a/Source/bindings/scripts/v8_attributes.py
|
| +++ b/Source/bindings/scripts/v8_attributes.py
|
| @@ -124,8 +124,6 @@ def attribute_context(interface, attribute):
|
| 'RaisesException' in extended_attributes and
|
| extended_attributes['RaisesException'] in (None, 'Getter'),
|
| 'is_implemented_in_private_script': is_implemented_in_private_script,
|
| - 'is_initialized_by_event_constructor':
|
| - 'InitializedByEventConstructor' in extended_attributes,
|
| 'is_keep_alive_for_gc': keep_alive_for_gc,
|
| 'is_nullable': idl_type.is_nullable,
|
| 'is_explicit_nullable': idl_type.is_explicit_nullable,
|
|
|