| Index: Source/core/workers/AbstractWorker.h
|
| diff --git a/Source/core/workers/AbstractWorker.h b/Source/core/workers/AbstractWorker.h
|
| index a871b302c57d23f89b2f4a42e090b60ee2fe7b7b..e0bdfd587b90d1da9cf27eb6cfaed5a6ef9ead9d 100644
|
| --- a/Source/core/workers/AbstractWorker.h
|
| +++ b/Source/core/workers/AbstractWorker.h
|
| @@ -51,7 +51,7 @@ class AbstractWorker : public RefCountedWillBeGarbageCollectedFinalized<Abstract
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(AbstractWorker);
|
| public:
|
| // EventTarget APIs
|
| - virtual ExecutionContext* executionContext() const OVERRIDE FINAL { return ActiveDOMObject::executionContext(); }
|
| + virtual ExecutionContext* executionContext() const override final { return ActiveDOMObject::executionContext(); }
|
|
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(error);
|
|
|
|
|