| Index: third_party/WebKit/Source/platform/Timer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/Timer.cpp b/third_party/WebKit/Source/platform/Timer.cpp
|
| index a1612d500de21ccf86b297c9e4f369a425b85fbd..781095c413af7985a241e37d3747e03f17463391 100644
|
| --- a/third_party/WebKit/Source/platform/Timer.cpp
|
| +++ b/third_party/WebKit/Source/platform/Timer.cpp
|
| @@ -88,7 +88,7 @@ double TimerBase::NextFireInterval() const {
|
| void TimerBase::MoveToNewTaskRunner(RefPtr<WebTaskRunner> task_runner) {
|
| #if DCHECK_IS_ON()
|
| DCHECK_EQ(thread_, CurrentThread());
|
| - DCHECK(task_runner->RunsTasksOnCurrentThread());
|
| + DCHECK(task_runner->RunsTasksInCurrentSequence());
|
| #endif
|
| // If the underlying task runner stays the same, ignore it.
|
| if (web_task_runner_->ToSingleThreadTaskRunner() ==
|
|
|