| Index: content/common/file_path_watcher/file_path_watcher_mac.cc
|
| diff --git a/content/common/file_path_watcher/file_path_watcher_mac.cc b/content/common/file_path_watcher/file_path_watcher_mac.cc
|
| index 04531a0061f76d62f6a98fc92b9725dcc36ff752..eb72b9428885e24225dde2c4b7c111449b353704 100644
|
| --- a/content/common/file_path_watcher/file_path_watcher_mac.cc
|
| +++ b/content/common/file_path_watcher/file_path_watcher_mac.cc
|
| @@ -474,7 +474,7 @@ void FilePathWatcherImpl::CancelOnMessageLoopThread() {
|
| CloseFileDescriptor(&kqueue_);
|
| std::for_each(events_.begin(), events_.end(), ReleaseEvent);
|
| events_.clear();
|
| - io_message_loop_.release();
|
| + io_message_loop_ = NULL;
|
| MessageLoop::current()->RemoveDestructionObserver(this);
|
| delegate_ = NULL;
|
| }
|
|
|