| Index: ios/web/web_thread_impl.cc
|
| diff --git a/ios/web/web_thread_impl.cc b/ios/web/web_thread_impl.cc
|
| index 236759af031251a58bb4f3934af9b02edde50106..b6d082eeca64c24811324ac2333c109775e531d0 100644
|
| --- a/ios/web/web_thread_impl.cc
|
| +++ b/ios/web/web_thread_impl.cc
|
| @@ -61,7 +61,7 @@ class WebThreadTaskRunner : public base::SingleThreadTaskRunner {
|
| std::move(task), delay);
|
| }
|
|
|
| - bool RunsTasksOnCurrentThread() const override {
|
| + bool RunsTasksInCurrentSequence() const override {
|
| return WebThread::CurrentlyOn(id_);
|
| }
|
|
|
|
|