| Index: sdk/lib/_internal/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart
|
| index 04ee3a980d28b04e6e863370bce5661944091487..1837aaf7dab89e1076eb9e206ed651ddbe0cdfb0 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| patch class _Directory {
|
| - patch static String _current() {
|
| + patch static _current() {
|
| throw new UnsupportedError("Directory._current");
|
| }
|
| patch static _setCurrent(path) {
|
|
|