| Index: Source/core/frame/SuspendableTimer.h
|
| diff --git a/Source/core/frame/SuspendableTimer.h b/Source/core/frame/SuspendableTimer.h
|
| index 71ebf7f554d97f6f0821e5e1e3f8b9e3e38d34d6..f188ad586853d224f1ec2b7a7cdb452b67a2d485 100644
|
| --- a/Source/core/frame/SuspendableTimer.h
|
| +++ b/Source/core/frame/SuspendableTimer.h
|
| @@ -38,10 +38,10 @@ public:
|
| virtual ~SuspendableTimer();
|
|
|
| // ActiveDOMObject
|
| - virtual bool hasPendingActivity() const OVERRIDE FINAL;
|
| - virtual void stop() OVERRIDE;
|
| - virtual void suspend() OVERRIDE FINAL;
|
| - virtual void resume() OVERRIDE FINAL;
|
| + virtual bool hasPendingActivity() const override final;
|
| + virtual void stop() override;
|
| + virtual void suspend() override final;
|
| + virtual void resume() override final;
|
|
|
| private:
|
| virtual void fired() = 0;
|
|
|