| Index: Source/core/workers/Worker.h
|
| diff --git a/Source/core/workers/Worker.h b/Source/core/workers/Worker.h
|
| index 0a93354f3ec8e08d056e3256262b2e1055977bef..72bf8c726dac8465a2cc120bcddc6f5caf744d9a 100644
|
| --- a/Source/core/workers/Worker.h
|
| +++ b/Source/core/workers/Worker.h
|
| @@ -17,7 +17,7 @@ class CORE_EXPORT Worker final : public InProcessWorkerBase {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<Worker> create(ExecutionContext*, const String& url, ExceptionState&);
|
| - virtual ~Worker();
|
| + ~Worker() override;
|
|
|
| protected:
|
| explicit Worker(ExecutionContext*);
|
|
|