| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index 86f9aee697abb11684de9a22a26cac169385b490..a942b6ab5bd68c2e1b403e0369368258c98f3de2 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -23,6 +23,7 @@ namespace bin {
|
| V(Directory_Exists, 1) \
|
| V(Directory_Create, 1) \
|
| V(Directory_Current, 0) \
|
| + V(Directory_SetCurrent, 1) \
|
| V(Directory_CreateTemp, 1) \
|
| V(Directory_Delete, 2) \
|
| V(Directory_Rename, 2) \
|
|
|