| 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);
|
|
|