| Index: third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc b/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc
|
| index f9b99018f2cfb70d1acb994ad98ba5ecb2c20ea2..61df1cbc18c4f826eff246503b4536bfff3bd265 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc
|
| @@ -38,8 +38,9 @@ void WebThreadImplForWorkerScheduler::Init() {
|
| base::WaitableEvent::ResetPolicy::AUTOMATIC,
|
| base::WaitableEvent::InitialState::NOT_SIGNALED);
|
| thread_task_runner_->PostTask(
|
| - FROM_HERE, base::Bind(&WebThreadImplForWorkerScheduler::InitOnThread,
|
| - base::Unretained(this), &completion));
|
| + FROM_HERE,
|
| + base::Bind(&WebThreadImplForWorkerScheduler::InitOnThread,
|
| + base::Unretained(this), &completion));
|
| completion.Wait();
|
| }
|
|
|
|
|