| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index 47dd211cd573e5af5cc1f5032c160851027cdc23..48c10fbd8592f80c3461ddb0c1cfe648f918835f 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -27,7 +27,7 @@ namespace bin {
|
| V(Directory_Create, 1) \
|
| V(Directory_Current, 0) \
|
| V(Directory_SetCurrent, 1) \
|
| - V(Directory_CreateTemp, 1) \
|
| + V(Directory_CreateTemp, 2) \
|
| V(Directory_Delete, 2) \
|
| V(Directory_Rename, 2) \
|
| V(Directory_List, 3) \
|
|
|