Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: third_party/WebKit/Source/core/frame/SuspendableTimer.cpp

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698