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:
@@ -100,7 +100,8 @@ class TestBrowserViewDelegate : public CefBrowserViewDelegate {
|
||||
TestHandler::CompletionState::CompletionState(int total)
|
||||
: total_(total),
|
||||
count_(0),
|
||||
event_(true, false) {
|
||||
event_(base::WaitableEvent::ResetPolicy::AUTOMATIC,
|
||||
base::WaitableEvent::InitialState::NOT_SIGNALED) {
|
||||
}
|
||||
|
||||
void TestHandler::CompletionState::TestComplete() {
|
||||
|
Reference in New Issue
Block a user