Index: base/synchronization/waitable_event_watcher_posix.cc |
diff --git a/base/synchronization/waitable_event_watcher_posix.cc b/base/synchronization/waitable_event_watcher_posix.cc |
index 048bbd007548a67db29451c185654f08f2694847..0d6ff26be9fed10ba3f181e5c08f83b7e866c707 100644 |
--- a/base/synchronization/waitable_event_watcher_posix.cc |
+++ b/base/synchronization/waitable_event_watcher_posix.cc |
@@ -118,11 +118,11 @@ class AsyncCallbackTask : public Task { |
}; |
WaitableEventWatcher::WaitableEventWatcher() |
- : event_(NULL), |
- message_loop_(NULL), |
+ : message_loop_(NULL), |
cancel_flag_(NULL), |
waiter_(NULL), |
callback_task_(NULL), |
+ event_(NULL), |
delegate_(NULL) { |
} |