| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index 194813b17c226c4af521827ba6a99b5fe12794f7..e1e1bfaac08df69f786de8b8eea63579b6359153 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -11,6 +11,7 @@ patch class _File {
|
| /* patch */ static _create(String path) native "File_Create";
|
| /* patch */ static _createLink(String path, String target)
|
| native "File_CreateLink";
|
| + /* patch */ static _linkTarget(String path) native "File_LinkTarget";
|
| /* patch */ static _delete(String path) native "File_Delete";
|
| /* patch */ static _directory(String path) native "File_Directory";
|
| /* patch */ static _lengthFromPath(String path) native "File_LengthFromPath";
|
|
|