| Index: Source/bindings/scripts/v8_interface.py
|
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
|
| index 1c9f5a10da1ead8d5f30bef6a1c98fb3fbac907c..8c14d6c9b819c7cbf605154e4c23470fbe9aadac 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -174,7 +174,6 @@ def interface_context(interface):
|
| interface.name != 'Window' and
|
| interface.name != 'EventTarget'),
|
| 'has_custom_legacy_call_as_function': has_extended_attribute_value(interface, 'Custom', 'LegacyCallAsFunction'), # [Custom=LegacyCallAsFunction]
|
| - 'has_custom_to_v8': has_extended_attribute_value(interface, 'Custom', 'ToV8'), # [Custom=ToV8]
|
| 'has_partial_interface': len(interface.partial_interfaces) > 0,
|
| 'has_visit_dom_wrapper': has_visit_dom_wrapper,
|
| 'header_includes': header_includes,
|
|
|