Index: Source/modules/compositorworker/CompositorWorkerThread.h |
diff --git a/Source/modules/compositorworker/CompositorWorkerThread.h b/Source/modules/compositorworker/CompositorWorkerThread.h |
index d4d0cf5eaca366a43977498de82a65b113836d86..fe0ffe8398ab19401db294e1e38b71c9d7f72fc4 100644 |
--- a/Source/modules/compositorworker/CompositorWorkerThread.h |
+++ b/Source/modules/compositorworker/CompositorWorkerThread.h |
@@ -16,7 +16,7 @@ class WorkerObjectProxy; |
class MODULES_EXPORT CompositorWorkerThread : public WorkerThread { |
public: |
static PassRefPtr<CompositorWorkerThread> create(PassRefPtr<WorkerLoaderProxy>, WorkerObjectProxy&, double timeOrigin); |
- virtual ~CompositorWorkerThread(); |
+ ~CompositorWorkerThread() override; |
WorkerObjectProxy& workerObjectProxy() const { return m_workerObjectProxy; } |