Index: bindings/scripts/v8_callback_interface.py |
diff --git a/bindings/scripts/v8_callback_interface.py b/bindings/scripts/v8_callback_interface.py |
index eafdba8932eca3b9c4ae55f9b009ec4089c726d0..8ceeb9a7a8282bec7e67539bf8bb8aa5af7a14ac 100644 |
--- a/bindings/scripts/v8_callback_interface.py |
+++ b/bindings/scripts/v8_callback_interface.py |
@@ -79,8 +79,7 @@ def callback_interface_context(callback_interface): |
'v8_class': v8_utilities.v8_class_name(callback_interface), |
'header_includes': set(CALLBACK_INTERFACE_H_INCLUDES), |
'methods': [method_context(operation) |
- for operation in callback_interface.operations |
- if not v8_utilities.dart_custom_method(operation.extended_attributes)], |
+ for operation in callback_interface.operations], |
} |