Index: Source/bindings/templates/callback_interface.h |
diff --git a/Source/bindings/templates/callback_interface.h b/Source/bindings/templates/callback_interface.h |
index e2a3a05b5ce182338c0f993625ec62465e017cf4..bcb2912c843b691f9fc6ee123d790a86a420172e 100644 |
--- a/Source/bindings/templates/callback_interface.h |
+++ b/Source/bindings/templates/callback_interface.h |
@@ -24,7 +24,7 @@ public: |
virtual ~{{v8_class}}(); |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
{% for method in methods %} |
virtual {{method.cpp_type}} {{method.name}}({{method.argument_declarations | join(', ')}}) override; |