summaryrefslogtreecommitdiff
path: root/src/inspector/worker_inspector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector/worker_inspector.h')
-rw-r--r--src/inspector/worker_inspector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspector/worker_inspector.h b/src/inspector/worker_inspector.h
index c1d3b8a571..9f5604e79a 100644
--- a/src/inspector/worker_inspector.h
+++ b/src/inspector/worker_inspector.h
@@ -21,7 +21,7 @@ class WorkerDelegate {
const std::string& url,
bool waiting,
std::shared_ptr<MainThreadHandle> worker) = 0;
- virtual ~WorkerDelegate() {}
+ virtual ~WorkerDelegate() = default;
};
class WorkerManagerEventHandle {