| Index: Source/core/inspector/WorkerRuntimeAgent.h
|
| diff --git a/Source/core/inspector/WorkerRuntimeAgent.h b/Source/core/inspector/WorkerRuntimeAgent.h
|
| index d6914df82fbc3b35cb02d994e6a1a206428dd302..60b553e0dda3cac74781986fa7acc4e0a12da5e2 100644
|
| --- a/Source/core/inspector/WorkerRuntimeAgent.h
|
| +++ b/Source/core/inspector/WorkerRuntimeAgent.h
|
| @@ -44,7 +44,7 @@ public:
|
| {
|
| return adoptPtrWillBeNoop(new WorkerRuntimeAgent(injectedScriptManager, debugger, context, client));
|
| }
|
| - virtual ~WorkerRuntimeAgent();
|
| + ~WorkerRuntimeAgent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // Protocol commands.
|
|
|