| Index: content/child/worker_thread_registry.cc
|
| diff --git a/content/child/worker_thread_registry.cc b/content/child/worker_thread_registry.cc
|
| index 80fe5980931441df196bde216ad70786b9eb2698..5fbcc728d6965cace266e7525dc15863b83125b7 100644
|
| --- a/content/child/worker_thread_registry.cc
|
| +++ b/content/child/worker_thread_registry.cc
|
| @@ -43,7 +43,7 @@ class DoNothingTaskRunner : public base::TaskRunner {
|
| return false;
|
| }
|
|
|
| - bool RunsTasksOnCurrentThread() const override { return false; }
|
| + bool RunsTasksInCurrentSequence() const override { return false; }
|
| };
|
|
|
| } // namespace
|
|
|