Chromium Code Reviews| Index: runtime/bin/builtin_natives.cc |
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc |
| index 85bb4d7ce3969ae3e6e41903519754dca8fffb56..75b4edf32bf5e325d8eb2ccf74406137f8e98582 100644 |
| --- a/runtime/bin/builtin_natives.cc |
| +++ b/runtime/bin/builtin_natives.cc |
| @@ -37,7 +37,7 @@ |
| V(File_SetPosition, 2) \ |
| V(File_Truncate, 2) \ |
| V(File_Length, 1) \ |
| - V(File_LengthFromName, 1) \ |
| + V(File_LengthFromPath, 1) \ |
| V(File_LastModified, 1) \ |
| V(File_Flush, 1) \ |
| V(File_Create, 1) \ |