| Index: runtime/bin/directory_patch.dart
|
| diff --git a/runtime/bin/directory_patch.dart b/runtime/bin/directory_patch.dart
|
| index f3d0dabafa4c5068dfa111803080aea781b3b88c..f8643ae30aab326d78e3a30bedbe457b391e0265 100644
|
| --- a/runtime/bin/directory_patch.dart
|
| +++ b/runtime/bin/directory_patch.dart
|
| @@ -7,7 +7,7 @@ patch class _Directory {
|
| /* patch */ static _setCurrent(path) native "Directory_SetCurrent";
|
| /* patch */ static _createTemp(String path) native "Directory_CreateTemp";
|
| /* patch */ static String _systemTemp() native "Directory_SystemTemp";
|
| - /* patch */ static int _exists(String path) native "Directory_Exists";
|
| + /* patch */ static _exists(String path) native "Directory_Exists";
|
| /* patch */ static _create(String path) native "Directory_Create";
|
| /* patch */ static _deleteNative(String path, bool recursive)
|
| native "Directory_Delete";
|
|
|