OnionSoup: Remove all uses of Blink's WaitableEvent in ThreadSafeScriptContainerTest
This CL replaces all uses of Blink's WaitableEvent with base::WaitableEvent in thread_safe_script_container_test.cc. To remove all uses of it, this CL needs change the type of |writer_waiter_| and ||reader_waiter_| from a reference to std::unique_ptr in order to apply the initial arguments, because Blink's WaitableEvent has used a different initial argument. Bug: 919388 Change-Id: Ia4a3a44cddb654e8f04e09f8a98a80c189cc2593 Reviewed-on: https://chromium-review.googlesource.com/c/1481281Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#634468}
Showing
Please register or sign in to comment