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

Unified Diff: Source/bindings/core/v8/ScriptDebugServer.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/ScriptDebugServer.h
diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h
index 5eeb87e345736da9d7d1cc14aa7483b26c14879a..6dd1ad013b4250323988c0f69aeec27f92c57cdf 100644
--- a/Source/bindings/core/v8/ScriptDebugServer.h
+++ b/Source/bindings/core/v8/ScriptDebugServer.h
@@ -52,7 +52,7 @@ class ScriptDebugServer : public NoBaseWillBeGarbageCollectedFinalized<ScriptDeb
WTF_MAKE_NONCOPYABLE(ScriptDebugServer);
public:
virtual ~ScriptDebugServer();
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
String setBreakpoint(const String& sourceID, const ScriptBreakpoint&, int* actualLineNumber, int* actualColumnNumber, bool interstatementLocation);
void removeBreakpoint(const String& breakpointId);

Powered by Google App Engine
This is Rietveld 408576698