| Index: runtime/bin/directory_patch.dart
|
| diff --git a/runtime/bin/directory_patch.dart b/runtime/bin/directory_patch.dart
|
| index 49eca559d2153d9b9b72b06b65c878ed7a637d09..314298d263e4c7416e2389f2b2986c472f210816 100644
|
| --- a/runtime/bin/directory_patch.dart
|
| +++ b/runtime/bin/directory_patch.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| patch class _Directory {
|
| - /* patch */ static String _current() native "Directory_Current";
|
| + /* patch */ static _current() native "Directory_Current";
|
| /* patch */ static _setCurrent(path) native "Directory_SetCurrent";
|
| /* patch */ static _createTemp(String template) native "Directory_CreateTemp";
|
| /* patch */ static int _exists(String path) native "Directory_Exists";
|
|
|