| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index ea121f28904320486e36e22a5805f023933c9d51..7732c2cc0a03334c5e535765a2929543460d051e 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -22,6 +22,7 @@ patch class _File {
|
| /* patch */ static _lastModified(String path) native "File_LastModified";
|
| /* patch */ static _open(String path, int mode) native "File_Open";
|
| /* patch */ static int _openStdio(int fd) native "File_OpenStdio";
|
| + /* patch */ static _fullPath(String path) native "File_FullPath";
|
| }
|
|
|
| patch class _RandomAccessFile {
|
|
|