| Index: third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc
|
| index b22d977dae119b5db3dc1f7aebd921e228afe80d..9467196a5ba569964a07236f3d45f13536c238a0 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc
|
| @@ -43,8 +43,8 @@ bool TaskQueueManagerDelegateForTest::PostNonNestableDelayedTask(
|
| delay);
|
| }
|
|
|
| -bool TaskQueueManagerDelegateForTest::RunsTasksOnCurrentThread() const {
|
| - return task_runner_->RunsTasksOnCurrentThread();
|
| +bool TaskQueueManagerDelegateForTest::RunsTasksInCurrentSequence() const {
|
| + return task_runner_->RunsTasksInCurrentSequence();
|
| }
|
|
|
| bool TaskQueueManagerDelegateForTest::IsNested() const {
|
|
|