Chromium Code Reviews| Index: runtime/bin/builtin_natives.cc |
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc |
| index 159cf25806a3ef121a23c6777b55df372ba3fe9e..85bb4d7ce3969ae3e6e41903519754dca8fffb56 100644 |
| --- a/runtime/bin/builtin_natives.cc |
| +++ b/runtime/bin/builtin_natives.cc |
| @@ -23,6 +23,7 @@ |
| V(Directory_CreateTemp, 1) \ |
| V(Directory_Delete, 2) \ |
| V(Directory_Rename, 2) \ |
| + V(Directory_List, 2) \ |
| V(Directory_NewServicePort, 0) \ |
| V(File_Open, 2) \ |
| V(File_Exists, 1) \ |