| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index 7732c2cc0a03334c5e535765a2929543460d051e..a9d80e7c88b517964448b079f78b57aae6f58ec3 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -22,7 +22,8 @@ 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 */ static _resolveSymbolicLinks(String path)
|
| + native "File_ResolveSymbolicLinks";
|
| }
|
|
|
| patch class _RandomAccessFile {
|
|
|