| Index: Source/core/events/ProgressEvent.h
|
| diff --git a/Source/core/events/ProgressEvent.h b/Source/core/events/ProgressEvent.h
|
| index 30d5729ffe36c09555df7f0637097f26780b8144..77e6527553625c4da799d883e51f998d52ebbcf5 100644
|
| --- a/Source/core/events/ProgressEvent.h
|
| +++ b/Source/core/events/ProgressEvent.h
|
| @@ -58,9 +58,9 @@ public:
|
| unsigned long long loaded() const { return m_loaded; }
|
| unsigned long long total() const { return m_total; }
|
|
|
| - virtual const AtomicString& interfaceName() const OVERRIDE;
|
| + virtual const AtomicString& interfaceName() const override;
|
|
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| protected:
|
| ProgressEvent();
|
|
|