| Index: third_party/WebKit/Source/core/frame/SuspendableTimer.h
|
| diff --git a/third_party/WebKit/Source/core/frame/SuspendableTimer.h b/third_party/WebKit/Source/core/frame/SuspendableTimer.h
|
| index 6cd70bb35fdbb603a05a630b16528db8f30e919a..01cd04d19a8d794193e09561261b93257c4587df 100644
|
| --- a/third_party/WebKit/Source/core/frame/SuspendableTimer.h
|
| +++ b/third_party/WebKit/Source/core/frame/SuspendableTimer.h
|
| @@ -39,10 +39,12 @@ class CORE_EXPORT SuspendableTimer : public TimerBase, public ActiveDOMObject {
|
| ~SuspendableTimer() override;
|
|
|
| // ActiveDOMObject
|
| - void stop() override;
|
| + void contextDestroyed() override;
|
| void suspend() final;
|
| void resume() final;
|
|
|
| + void stop() override;
|
| +
|
| private:
|
| void fired() override = 0;
|
|
|
|
|