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