Chromium Code Reviews| Index: runtime/bin/io_natives.cc |
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc |
| index 2c582425ba1dfdf94c974bd6770011f97ba2a2d0..9b205229f2e71b4b5d190b77354b4cb5589f805c 100644 |
| --- a/runtime/bin/io_natives.cc |
| +++ b/runtime/bin/io_natives.cc |
| @@ -45,6 +45,7 @@ namespace bin { |
| V(File_WriteFrom, 4) \ |
| V(File_Position, 1) \ |
| V(File_SetPosition, 2) \ |
| + V(File_SetTranslation, 2) \ |
| V(File_Truncate, 2) \ |
| V(File_Length, 1) \ |
| V(File_LengthFromPath, 1) \ |