Index: third_party/WebKit/Source/core/frame/DOMTimer.h |
diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.h b/third_party/WebKit/Source/core/frame/DOMTimer.h |
index 4912ace9388b782e69082d29a668fe9568fa2d4a..866ac0bc5c93461d8df4eb1086f1da2f5cb3aaab 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMTimer.h |
+++ b/third_party/WebKit/Source/core/frame/DOMTimer.h |
@@ -79,8 +79,6 @@ private: |
// Retuns timer fire time rounded to the next multiple of timer alignment interval. |
double alignedFireTime(double) const override; |
- WebTaskRunner* timerTaskRunner() override; |
- |
int m_timeoutID; |
int m_nestingLevel; |
OwnPtrWillBeMember<ScheduledAction> m_action; |