| Index: third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc b/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc
|
| index dc50950bdb37f0948cca5aad0dee731fd4632784..0ea77985976321263b3d6cf7489410a0e190eb1c 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc
|
| @@ -149,7 +149,7 @@ TEST_F(WebThreadImplForWorkerSchedulerTest, TestIdleTask) {
|
| .WillByDefault(Invoke([&completion](double) { completion.Signal(); }));
|
|
|
| thread_->postIdleTask(BLINK_FROM_HERE, task.release());
|
| - // We need to post a wakeup task or idle work will never happen.
|
| + // We need to post a wake-up task or idle work will never happen.
|
| thread_->getWebTaskRunner()->postDelayedTask(BLINK_FROM_HERE,
|
| WTF::bind([] {}), 50ll);
|
|
|
|
|