| Index: Source/core/workers/WorkerClients.h
|
| diff --git a/Source/core/workers/WorkerClients.h b/Source/core/workers/WorkerClients.h
|
| index e4e2688c5ed63b2cb334158eae76a78052d790b3..57cb0f888a14841afdaf69d43a8a11ea2589f631 100644
|
| --- a/Source/core/workers/WorkerClients.h
|
| +++ b/Source/core/workers/WorkerClients.h
|
| @@ -51,7 +51,7 @@ public:
|
| virtual ~WorkerClients() { }
|
|
|
| #if ENABLE(OILPAN)
|
| - virtual void trace(Visitor* visitor) OVERRIDE
|
| + virtual void trace(Visitor* visitor) override
|
| {
|
| HeapSupplementable<WorkerClients>::trace(visitor);
|
| }
|
|
|