| 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 a07fe163ecf39aff567cda82b4dee014a9c1a37e..4dbab8c1d6194a88372286d8417ad4748b2727d4 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -322,6 +322,9 @@ patch class _StdIOUtils {
|
| patch static int _socketType(nativeSocket) {
|
| throw new UnsupportedError("StdIOUtils._socketType");
|
| }
|
| + patch static _getStdioHandleType(int fd) {
|
| + throw new UnsupportedError("StdIOUtils._getStdioHandleType");
|
| + }
|
| }
|
|
|
| patch class _WindowsCodePageDecoder {
|
|
|