| Index: Source/bindings/scripts/unstable/v8_interface.py
|
| diff --git a/Source/bindings/scripts/unstable/v8_interface.py b/Source/bindings/scripts/unstable/v8_interface.py
|
| index 0711ccfe4426dedc8d94d7953736ecd934ae33ad..5271afebd4889307cb1df8c50457ef5e1152e457 100644
|
| --- a/Source/bindings/scripts/unstable/v8_interface.py
|
| +++ b/Source/bindings/scripts/unstable/v8_interface.py
|
| @@ -76,6 +76,7 @@ def generate_interface(interface):
|
| template_contents = {
|
| 'conditional_string': conditional_string(interface), # [Conditional]
|
| 'cpp_class_name': cpp_name(interface),
|
| + 'has_custom_legacy_call': 'CustomLegacyCall' in extended_attributes, # [CustomLegacyCall]
|
| 'has_resolve_wrapper_reachability': 'CustomIsReachable' in extended_attributes, # [CustomIsReachable]
|
| 'header_includes': INTERFACE_H_INCLUDES,
|
| 'interface_name': interface.name,
|
|
|