| Index: third_party/WebKit/Source/platform/WaitableEvent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/WaitableEvent.cpp b/third_party/WebKit/Source/platform/WaitableEvent.cpp
|
| index 538b20d6a083550f22cb2e828ec2bea70f687964..9bb284310ebb9fc30a1246899bcefe252a55585d 100644
|
| --- a/third_party/WebKit/Source/platform/WaitableEvent.cpp
|
| +++ b/third_party/WebKit/Source/platform/WaitableEvent.cpp
|
| @@ -14,7 +14,7 @@
|
| namespace blink {
|
|
|
| WaitableEvent::WaitableEvent(ResetPolicy policy, InitialState state) {
|
| - m_impl = wrapUnique(new base::WaitableEvent(
|
| + m_impl = WTF::wrapUnique(new base::WaitableEvent(
|
| policy == ResetPolicy::Manual
|
| ? base::WaitableEvent::ResetPolicy::MANUAL
|
| : base::WaitableEvent::ResetPolicy::AUTOMATIC,
|
|
|