Index: Source/bindings/scripts/v8_interface.py |
diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py |
index 18b877016dba8e116c024bbfd7f32b798b583ab4..6abd251cafc51ee47eb972d6081ff3d731b2354c 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, |