Chromium Code Reviews| Index: runtime/bin/builtin_natives.cc |
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc |
| index fcfb1ee4f2de02f01e762736a6cb6c388df910d4..9a6bafea1dc8cfe893ceec6cbe95d1a53be7fc0b 100644 |
| --- a/runtime/bin/builtin_natives.cc |
| +++ b/runtime/bin/builtin_natives.cc |
| @@ -44,6 +44,7 @@ namespace bin { |
| V(File_Truncate, 2) \ |
| V(File_Length, 1) \ |
| V(File_LengthFromPath, 1) \ |
| + V(File_Stat, 1) \ |
| V(File_LastModified, 1) \ |
| V(File_Flush, 1) \ |
| V(File_Create, 1) \ |