| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index e1e1bfaac08df69f786de8b8eea63579b6359153..c246002ee8d074d8bdfa55a5c3cb87dda6dce846 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -13,6 +13,7 @@ patch class _File {
|
| native "File_CreateLink";
|
| /* patch */ static _linkTarget(String path) native "File_LinkTarget";
|
| /* patch */ static _delete(String path) native "File_Delete";
|
| + /* patch */ static _deleteLink(String path) native "File_DeleteLink";
|
| /* patch */ static _directory(String path) native "File_Directory";
|
| /* patch */ static _lengthFromPath(String path) native "File_LengthFromPath";
|
| /* patch */ static _lastModified(String path) native "File_LastModified";
|
|
|