| Index: runtime/bin/directory_impl.dart
|
| diff --git a/runtime/bin/directory_impl.dart b/runtime/bin/directory_impl.dart
|
| index 3655b9071db5ec93b28e56bd3724c1940edfece9..127d68b475f7b67bb9e25a09ead14e6ef74bfbf7 100644
|
| --- a/runtime/bin/directory_impl.dart
|
| +++ b/runtime/bin/directory_impl.dart
|
| @@ -144,7 +144,7 @@ class _Directory implements Directory {
|
|
|
| String get path() { return _path; }
|
|
|
| - bool _exists(String path) native "Directory_Exists";
|
| + int _exists(String path) native "Directory_Exists";
|
| bool _create(String path) native "Directory_Create";
|
| bool _delete(String path) native "Directory_Delete";
|
|
|
|
|