| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 31ae6faad5851bf0890f7a6aeb915bc71236432b..5435b931b35d971a5f4bccd2b1f898e58e4366f8 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -395,7 +395,8 @@ void BlinkPlatformImpl::InternalInit() {
|
|
|
| void BlinkPlatformImpl::WaitUntilWebThreadTLSUpdate(
|
| scheduler::WebThreadBase* thread) {
|
| - base::WaitableEvent event(false, false);
|
| + base::WaitableEvent event(base::WaitableEvent::ResetPolicy::AUTOMATIC,
|
| + base::WaitableEvent::InitialState::NOT_SIGNALED);
|
| thread->GetTaskRunner()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&BlinkPlatformImpl::UpdateWebThreadTLS, base::Unretained(this),
|
|
|