Chromium Code Reviews| Index: runtime/bin/file_system_watcher_win.cc |
| diff --git a/runtime/bin/file_system_watcher_win.cc b/runtime/bin/file_system_watcher_win.cc |
| index a188b29455d6a611c3913ebfa86976ffaaca7346..014d861439615c59ee9cefad579ab9d91301b753 100644 |
| --- a/runtime/bin/file_system_watcher_win.cc |
| +++ b/runtime/bin/file_system_watcher_win.cc |
| @@ -18,6 +18,11 @@ |
| namespace dart { |
| namespace bin { |
| +bool FileSystemWatcher::IsSupported() { |
| + return true; |
| +} |
| + |
| + |
| intptr_t FileSystemWatcher::WatchPath(const char* path, |
| int events, |
| bool recursive) { |