| Index: runtime/bin/file_system_watcher.h
|
| diff --git a/runtime/bin/file_system_watcher.h b/runtime/bin/file_system_watcher.h
|
| index 31ae8d87519fb02bbf6ae3b5afd7ff750cdc6cb4..ea56c11850aa7ad05614e5946edbda40c1d0ee75 100644
|
| --- a/runtime/bin/file_system_watcher.h
|
| +++ b/runtime/bin/file_system_watcher.h
|
| @@ -34,6 +34,7 @@ class FileSystemWatcher {
|
| int link;
|
| };
|
|
|
| + static bool IsSupported();
|
| static intptr_t WatchPath(const char* path, int events, bool recursive);
|
| static void UnwatchPath(intptr_t id);
|
| static intptr_t GetSocketId(intptr_t id);
|
|
|