| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index 0b09565b9b276ffc4396a2a695a666b9b31f09e1..194813b17c226c4af521827ba6a99b5fe12794f7 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -9,6 +9,8 @@ patch class _FileUtils {
|
| patch class _File {
|
| /* patch */ static _exists(String path) native "File_Exists";
|
| /* patch */ static _create(String path) native "File_Create";
|
| + /* patch */ static _createLink(String path, String target)
|
| + native "File_CreateLink";
|
| /* patch */ static _delete(String path) native "File_Delete";
|
| /* patch */ static _directory(String path) native "File_Directory";
|
| /* patch */ static _lengthFromPath(String path) native "File_LengthFromPath";
|
|
|