| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index b290cadf43f9081f74d300605116d496f284e129..476c403e57e1a82689dabb091c46a9021b8e2626 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -18,7 +18,7 @@
|
| V(Directory_Exists, 1) \
|
| V(Directory_Create, 1) \
|
| V(Directory_Current, 0) \
|
| - V(Directory_CreateTemp, 2) \
|
| + V(Directory_CreateTemp, 1) \
|
| V(Directory_Delete, 2) \
|
| V(Directory_NewServicePort, 0) \
|
| V(EventHandler_Start, 1) \
|
|
|