| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index 30dda6e9f64e6b6c3dc91ff3086112587d040c8c..e41f2f5efe857379bb6810476e12d1895d6c226e 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -24,6 +24,7 @@ patch class _File {
|
|
|
| patch class _RandomAccessFile {
|
| /* patch */ static int _close(int id) native "File_Close";
|
| + /* patch */ static int _getFD(int id) native "File_GetFD";
|
| /* patch */ static _readByte(int id) native "File_ReadByte";
|
| /* patch */ static _read(int id, int bytes) native "File_Read";
|
| /* patch */ static _readInto(int id, List<int> buffer, int start, int end)
|
|
|