| Index: Source/bindings/scripts/v8_interface.py
|
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
|
| index fa990006688efdc48b9c5b3e1798d1f3dcf9fbb0..af4e21e1ff510d746a56f206d972c17a360a06c8 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -130,6 +130,7 @@ def generate_interface(interface):
|
| '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_custom_wrap': has_extended_attribute_value(interface, 'Custom', 'Wrap'), # [Custom=Wrap]
|
| + 'has_class_bindings': 'DoNotGenerateClassBindings' not in extended_attributes,
|
| 'has_visit_dom_wrapper': (
|
| # [Custom=Wrap], [SetWrapperReferenceFrom]
|
| has_extended_attribute_value(interface, 'Custom', 'VisitDOMWrapper') or
|
|
|