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