| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index ec98f044f9d8de788798ec7e176c7333d74dfec0..8a7c10719ca34e9df4a8a92a25a1bc6a64c6130e 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -55,6 +55,7 @@ class _RandomAccessFileOpsImpl extends NativeFieldWrapperClass1
|
| length() native "File_Length";
|
| flush() native "File_Flush";
|
| lock(int lock, int start, int end) native "File_Lock";
|
| + setTranslation(int translation) native "File_SetTranslation";
|
| }
|
|
|
|
|
|
|