Index: Source/bindings/scripts/v8_interface.py |
diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py |
index ba92cdeeabde50d89c9bac46f7fb3143e13eba0f..168929db2d22e53bc082010ca552ce0cb979936b 100644 |
--- a/Source/bindings/scripts/v8_interface.py |
+++ b/Source/bindings/scripts/v8_interface.py |
@@ -214,8 +214,6 @@ def generate_interface(interface): |
'has_event_constructor': has_event_constructor, |
'interface_length': |
interface_length(interface, constructors + custom_constructors), |
- 'is_constructor_call_with_document': has_extended_attribute_value( |
- interface, 'ConstructorCallWith', 'Document'), # [ConstructorCallWith=Document] |
'is_constructor_call_with_execution_context': has_extended_attribute_value( |
interface, 'ConstructorCallWith', 'ExecutionContext'), # [ConstructorCallWith=ExeuctionContext] |
'is_constructor_raises_exception': extended_attributes.get('RaisesException') == 'Constructor', # [RaisesException=Constructor] |