| Index: base/files/file_path_watcher_mac.cc
|
| diff --git a/base/files/file_path_watcher_mac.cc b/base/files/file_path_watcher_mac.cc
|
| index b65591a22c97898745f8dfc2f3f369dc5b8dfa43..d59ca2156beb79705fa0f76c6817702d70f4dd62 100644
|
| --- a/base/files/file_path_watcher_mac.cc
|
| +++ b/base/files/file_path_watcher_mac.cc
|
| @@ -49,6 +49,7 @@ class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
|
| } // namespace
|
|
|
| FilePathWatcher::FilePathWatcher() {
|
| + sequence_checker_.DetachFromSequence();
|
| impl_ = new FilePathWatcherImpl();
|
| }
|
|
|
|
|