Chromium Code Reviews| Index: runtime/bin/builtin_natives.cc | 
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc | 
| index 875886eac1a038239ac5a2132ed280d2b3723161..991f4ba9941be1572a2b919c103becec6562c16c 100644 | 
| --- a/runtime/bin/builtin_natives.cc | 
| +++ b/runtime/bin/builtin_natives.cc | 
| @@ -20,6 +20,7 @@ | 
| V(Directory_Current, 0) \ | 
| V(Directory_CreateTemp, 1) \ | 
| V(Directory_Delete, 2) \ | 
| + V(Directory_Rename, 2) \ | 
| V(Directory_NewServicePort, 0) \ | 
| V(EventHandler_Start, 1) \ | 
| V(EventHandler_SendData, 4) \ |