| Index: Source/bindings/core/v8/PageScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/PageScriptDebugServer.h b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| index f8cda45851939464c887f53919012a1fc0337301..7668aa3394b342cc9e345dba2a337397c102b6dd 100644
|
| --- a/Source/bindings/core/v8/PageScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| @@ -44,7 +44,7 @@ public:
|
| static PageScriptDebugServer& shared();
|
|
|
| ~PageScriptDebugServer() override;
|
| - void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| static void setMainThreadIsolate(v8::Isolate*);
|
|
|
|
|