| Index: runtime/bin/directory_patch.dart
|
| diff --git a/runtime/bin/directory_patch.dart b/runtime/bin/directory_patch.dart
|
| index 688686bc15b67b77944e3b7b83a2d9fa74963c88..49eca559d2153d9b9b72b06b65c878ed7a637d09 100644
|
| --- a/runtime/bin/directory_patch.dart
|
| +++ b/runtime/bin/directory_patch.dart
|
| @@ -8,7 +8,7 @@ patch class _Directory {
|
| /* patch */ static _createTemp(String template) native "Directory_CreateTemp";
|
| /* patch */ static int _exists(String path) native "Directory_Exists";
|
| /* patch */ static _create(String path) native "Directory_Create";
|
| - /* patch */ static _delete(String path, bool recursive)
|
| + /* patch */ static _deleteNative(String path, bool recursive)
|
| native "Directory_Delete";
|
| /* patch */ static _rename(String path, String newPath)
|
| native "Directory_Rename";
|
|
|