| 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 13e02de1ec9ff2320ebb4511ea7ec675f1a51bb9..095c424d4abbe272f7e05d2e4229add7d9a6b006 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -346,3 +346,9 @@ patch class _FileSystemWatcher {
|
| throw new UnsupportedError("_FileSystemWatcher.isSupported");
|
| }
|
| }
|
| +
|
| +patch class _IOService {
|
| + patch static Future dispatch(int request, List data) {
|
| + throw new UnsupportedError("_IOService.dispatch");
|
| + }
|
| +}
|
|
|