| Index: net/socket/udp_socket_posix.cc
|
| diff --git a/net/socket/udp_socket_posix.cc b/net/socket/udp_socket_posix.cc
|
| index 395541e0f8c59b2d7bb50e80598992a5d4daf8c8..1fee49590c63f6d6d1a62f456057a528f112c30a 100644
|
| --- a/net/socket/udp_socket_posix.cc
|
| +++ b/net/socket/udp_socket_posix.cc
|
| @@ -162,6 +162,8 @@ UDPSocketPosix::UDPSocketPosix(DatagramSocket::BindType bind_type,
|
| multicast_time_to_live_(1),
|
| bind_type_(bind_type),
|
| rand_int_cb_(rand_int_cb),
|
| + read_socket_watcher_(FROM_HERE),
|
| + write_socket_watcher_(FROM_HERE),
|
| read_watcher_(this),
|
| write_watcher_(this),
|
| read_buf_len_(0),
|
|
|