Index: base/synchronization/waitable_event_watcher_win.cc |
diff --git a/base/synchronization/waitable_event_watcher_win.cc b/base/synchronization/waitable_event_watcher_win.cc |
index 46d47ac581a8e3ff58f6d17a692fe3d5117196ae..046a4ed6b58d363c3f7be9c9e7450971cdb7884e 100644 |
--- a/base/synchronization/waitable_event_watcher_win.cc |
+++ b/base/synchronization/waitable_event_watcher_win.cc |
@@ -22,7 +22,7 @@ bool WaitableEventWatcher::StartWatching( |
const EventCallback& callback) { |
callback_ = callback; |
event_ = event; |
- return watcher_.StartWatching(event->handle(), this); |
+ return watcher_.StartWatching(event->handle(), this, false); |
} |
void WaitableEventWatcher::StopWatching() { |