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 9c02a4cb843def41f389174bde9d6434be9d5cf8..43e3c4700e3c5f65a39c6a28638ab39cc211d898 100644 |
--- a/base/synchronization/waitable_event_watcher_win.cc |
+++ b/base/synchronization/waitable_event_watcher_win.cc |
@@ -21,8 +21,8 @@ void WaitableEventWatcher::ObjectWatcherHelper::OnObjectSignaled(HANDLE h) { |
WaitableEventWatcher::WaitableEventWatcher() |
- : event_(NULL), |
- ALLOW_THIS_IN_INITIALIZER_LIST(helper_(this)), |
+ : ALLOW_THIS_IN_INITIALIZER_LIST(helper_(this)), |
+ event_(NULL), |
delegate_(NULL) { |
} |