Index: Source/bindings/core/v8/ScriptDebugServer.cpp |
diff --git a/Source/bindings/core/v8/ScriptDebugServer.cpp b/Source/bindings/core/v8/ScriptDebugServer.cpp |
index 9b224f7b4fb2f79a9ffbc24e64a7651f6b995d8b..4b43e11a857fbbba8f9cfb2165df8130375984fb 100644 |
--- a/Source/bindings/core/v8/ScriptDebugServer.cpp |
+++ b/Source/bindings/core/v8/ScriptDebugServer.cpp |
@@ -86,7 +86,7 @@ ScriptDebugServer::~ScriptDebugServer() |
{ |
} |
-void ScriptDebugServer::trace(Visitor* visitor) |
+DEFINE_TRACE(ScriptDebugServer) |
haraken
2015/02/24 08:51:43
You can inline this.
|
{ |
} |