| Index: Source/core/frame/SuspendableTimer.h
|
| diff --git a/Source/core/frame/SuspendableTimer.h b/Source/core/frame/SuspendableTimer.h
|
| index 3981ab7e07799c1f79d8c1648f168457f7b3128b..c07f0d73e2726c760c09b64bb286273460f9ca3c 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;
|
| - virtual void stop();
|
| - virtual void suspend();
|
| - virtual void resume();
|
| + 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;
|
|
|