| 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 68f8485c574baf0388c5c24acfdba83c97b0e3dd..0bd05440c24230ff9d8e8ff2b5b38e0d545d0cc2 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -15,7 +15,7 @@ patch class _Directory {
|
| patch static String _systemTemp() {
|
| throw new UnsupportedError("Directory._systemTemp");
|
| }
|
| - patch static int _exists(String path) {
|
| + patch static _exists(String path) {
|
| throw new UnsupportedError("Directory._exists");
|
| }
|
| patch static _create(String path) {
|
|
|