Index: Source/bindings/tests/results/core/V8TestCallbackInterface.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp b/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp |
index 2d352d7b9d6eb2e056d43239f278f052d1500e18..7d607504d501b713e4ff58eb7a2a22c5a269bc50 100644 |
--- a/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp |
+++ b/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp |
@@ -29,7 +29,7 @@ V8TestCallbackInterface::~V8TestCallbackInterface() |
{ |
} |
-void V8TestCallbackInterface::trace(Visitor* visitor) |
+DEFINE_TRACE(V8TestCallbackInterface) |
{ |
TestCallbackInterface::trace(visitor); |
ActiveDOMCallback::trace(visitor); |