| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index c7547f2bfd6f6a6575ff85efc28637504c1de1cc..89698c0fedaf07128940738a773c0cbf08bf14a9 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -60,6 +60,7 @@ namespace bin {
|
| V(File_GetType, 2) \
|
| V(File_AreIdentical, 2) \
|
| V(File_NewServicePort, 0) \
|
| + V(FileSystemWatcher_IsSupported, 0) \
|
| V(FileSystemWatcher_ReadEvents, 1) \
|
| V(FileSystemWatcher_UnwatchPath, 1) \
|
| V(FileSystemWatcher_WatchPath, 4) \
|
|
|