| Index: third_party/WebKit/Source/core/frame/SuspendableTimer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/SuspendableTimer.cpp b/third_party/WebKit/Source/core/frame/SuspendableTimer.cpp
|
| index 825ebd68fbd5ace783189ec6c0e186e64aaf126b..585a1f15b5904fef512ea3cec95e8b43b8528fe4 100644
|
| --- a/third_party/WebKit/Source/core/frame/SuspendableTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/SuspendableTimer.cpp
|
| @@ -37,7 +37,7 @@ const double kNextFireIntervalInvalid = -1.0;
|
|
|
| SuspendableTimer::SuspendableTimer(ExecutionContext* context)
|
| : TimerBase(TaskRunnerHelper::get(TaskType::Timer, context)),
|
| - ActiveDOMObject(context),
|
| + SuspendableObject(context),
|
| m_nextFireInterval(kNextFireIntervalInvalid),
|
| m_repeatInterval(0)
|
| #if ENABLE(ASSERT)
|
|
|