| Index: third_party/WebKit/Source/platform/TimerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/TimerTest.cpp b/third_party/WebKit/Source/platform/TimerTest.cpp
|
| index dec685062c1e1cf09f5bd020d3bebf5b2e802fb2..e66ba604780636d60f371695cc9679c0313d9454 100644
|
| --- a/third_party/WebKit/Source/platform/TimerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/TimerTest.cpp
|
| @@ -105,6 +105,12 @@ public:
|
| return gCurrentTimeSecs;
|
| }
|
|
|
| + scoped_refptr<base::SingleThreadTaskRunner> taskRunner() override
|
| + {
|
| + ASSERT_NOT_REACHED();
|
| + return nullptr;
|
| + }
|
| +
|
| std::priority_queue<DelayedTask>* m_timerTasks; // NOT OWNED
|
| };
|
|
|
|
|