Chromium Code Reviews| Index: runtime/bin/builtin_natives.cc |
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc |
| index c676837cbcc7a2d8f67d586ed40d43f724eb536a..26dcd84eb9bde78cbadb50e1b3b94d85fff8b7e2 100644 |
| --- a/runtime/bin/builtin_natives.cc |
| +++ b/runtime/bin/builtin_natives.cc |
| @@ -36,6 +36,7 @@ |
| V(File_SetPosition, 2) \ |
| V(File_Truncate, 2) \ |
| V(File_Length, 1) \ |
| + V(File_LengthFromName, 1) \ |
| V(File_Flush, 1) \ |
| V(File_Create, 1) \ |
| V(File_Delete, 1) \ |