Index: Source/bindings/core/v8/WorkerScriptDebugServer.cpp |
diff --git a/Source/bindings/core/v8/WorkerScriptDebugServer.cpp b/Source/bindings/core/v8/WorkerScriptDebugServer.cpp |
index 90bdbda26a8d88e7f9fd8a7fef6184f80739916a..f9645ce450786c555b78e9747c0615ab204f0dd1 100644 |
--- a/Source/bindings/core/v8/WorkerScriptDebugServer.cpp |
+++ b/Source/bindings/core/v8/WorkerScriptDebugServer.cpp |
@@ -49,7 +49,7 @@ WorkerScriptDebugServer::WorkerScriptDebugServer(WorkerGlobalScope* workerGlobal |
ASSERT(m_isolate); |
} |
-void WorkerScriptDebugServer::trace(Visitor* visitor) |
+DEFINE_TRACE(WorkerScriptDebugServer) |
{ |
visitor->trace(m_workerGlobalScope); |
ScriptDebugServer::trace(visitor); |