Chromium Code Reviews| Index: runtime/bin/builtin_natives.cc |
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc |
| index b1ae66792d73421f4bc44f23ae4171aec0796524..efa61c4fd29022a9dda56102fc64dd00f755167d 100644 |
| --- a/runtime/bin/builtin_natives.cc |
| +++ b/runtime/bin/builtin_natives.cc |
| @@ -50,6 +50,7 @@ namespace bin { |
| V(File_Stat, 1) \ |
| V(File_LastModified, 1) \ |
| V(File_Flush, 1) \ |
| + V(File_Lock, 4) \ |
| V(File_Create, 1) \ |
| V(File_CreateLink, 2) \ |
| V(File_LinkTarget, 1) \ |