| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index 93f2001555d1de504418a68e1100ed6d58fe3f72..014299ea69fff3f77a66e005cd19b16d87879b48 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -69,7 +69,6 @@ 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";
|
| }
|
|
|
| class _WatcherPath {
|
|
|