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

Unified Diff: Source/bindings/core/v8/WorkerScriptDebugServer.h

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/WorkerScriptDebugServer.h
diff --git a/Source/bindings/core/v8/WorkerScriptDebugServer.h b/Source/bindings/core/v8/WorkerScriptDebugServer.h
index 5dace4b8bb22661a371d80287ced93c11a360e0f..2c027cd89d89274a46c305d0ccaa0f27e2e30d8b 100644
--- a/Source/bindings/core/v8/WorkerScriptDebugServer.h
+++ b/Source/bindings/core/v8/WorkerScriptDebugServer.h
@@ -47,7 +47,7 @@ public:
}
~WorkerScriptDebugServer() override { }
- void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
void addListener(ScriptDebugListener*);
void removeListener(ScriptDebugListener*);

Powered by Google App Engine
This is Rietveld 408576698