Chromium Code Reviews| Index: runtime/bin/builtin_natives.cc |
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc |
| index 991f4ba9941be1572a2b919c103becec6562c16c..ab81d7eb9b819a48860a7856218deac0c250aa8b 100644 |
| --- a/runtime/bin/builtin_natives.cc |
| +++ b/runtime/bin/builtin_natives.cc |
| @@ -38,6 +38,7 @@ |
| V(File_Truncate, 2) \ |
| V(File_Length, 1) \ |
| V(File_LengthFromName, 1) \ |
| + V(File_LastModified, 1) \ |
| V(File_Flush, 1) \ |
| V(File_Create, 1) \ |
| V(File_Delete, 1) \ |