Chromium Code Reviews| Index: runtime/bin/builtin_in.cc |
| diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc |
| index 39aa98f707cc98fb3296bad2c7bfd70a1a09ceef..cb1fd2b210083eaa5f0c10a2a3cc8d4e064a455c 100644 |
| --- a/runtime/bin/builtin_in.cc |
| +++ b/runtime/bin/builtin_in.cc |
| @@ -38,6 +38,7 @@ static const char Builtin_source_[] = { |
| V(File_ReadList, 4) \ |
| V(File_WriteList, 4) \ |
| V(File_Position, 1) \ |
| + V(File_SetPosition, 2) \ |
| V(File_Length, 1) \ |
| V(File_Flush, 1) \ |
| V(File_Create, 1) \ |