Index: Source/bindings/templates/callback_interface.cpp |
diff --git a/Source/bindings/templates/callback_interface.cpp b/Source/bindings/templates/callback_interface.cpp |
index c6bb9465240b9187c2d53b68cfc59218d84385c8..f82e789d2b1b909eafae2a545fa4d557561a18ac 100644 |
--- a/Source/bindings/templates/callback_interface.cpp |
+++ b/Source/bindings/templates/callback_interface.cpp |
@@ -25,7 +25,7 @@ namespace blink { |
{ |
} |
-void {{v8_class}}::trace(Visitor* visitor) |
+DEFINE_TRACE({{v8_class}}) |
{ |
{{cpp_class}}::trace(visitor); |
ActiveDOMCallback::trace(visitor); |