| Index: net/dns/notify_watcher_mac.cc
|
| diff --git a/net/dns/notify_watcher_mac.cc b/net/dns/notify_watcher_mac.cc
|
| index 286f18bb7bb9ee15dae245777ac16cf3cde8590d..6d22d70b94d9fec83c30df613bf87f0e681ed142 100644
|
| --- a/net/dns/notify_watcher_mac.cc
|
| +++ b/net/dns/notify_watcher_mac.cc
|
| @@ -11,7 +11,8 @@
|
|
|
| namespace net {
|
|
|
| -NotifyWatcherMac::NotifyWatcherMac() : notify_fd_(-1), notify_token_(-1) {}
|
| +NotifyWatcherMac::NotifyWatcherMac()
|
| + : notify_fd_(-1), notify_token_(-1), watcher_(FROM_HERE) {}
|
|
|
| NotifyWatcherMac::~NotifyWatcherMac() {
|
| Cancel();
|
|
|