mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 318e6f54 (#400326)
This commit is contained in:
@@ -210,7 +210,9 @@ private:
|
||||
} // namespace
|
||||
|
||||
TEST(GeolocationTest, GetGeolocation) {
|
||||
base::WaitableEvent event(false, false);
|
||||
base::WaitableEvent event(
|
||||
base::WaitableEvent::ResetPolicy::AUTOMATIC,
|
||||
base::WaitableEvent::InitialState::NOT_SIGNALED);
|
||||
CefGetGeolocation(new TestGetGeolocationCallback(&event));
|
||||
event.Wait();
|
||||
}
|
||||
|
Reference in New Issue
Block a user