Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: Source/bindings/core/v8/PageScriptDebugServer.cpp

Issue 954683002: InlinedVisitor: Migrate bindings to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/core/v8/PageScriptDebugServer.cpp
diff --git a/Source/bindings/core/v8/PageScriptDebugServer.cpp b/Source/bindings/core/v8/PageScriptDebugServer.cpp
index eb38f5789ab5cf35d52121dd1be7bc3cd95a03c5..0156e57dcd48482e7754b9a136a7b4c7d0272ff2 100644
--- a/Source/bindings/core/v8/PageScriptDebugServer.cpp
+++ b/Source/bindings/core/v8/PageScriptDebugServer.cpp
@@ -97,7 +97,7 @@ PageScriptDebugServer::~PageScriptDebugServer()
{
}
-void PageScriptDebugServer::trace(Visitor* visitor)
+DEFINE_TRACE(PageScriptDebugServer)
{
#if ENABLE(OILPAN)
visitor->trace(m_listenersMap);

Powered by Google App Engine
This is Rietveld 408576698