| Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| index af05ad03d305e8d33f73b6fd39db83e873a9da11..bb27e82602f202f20a916f2e7ef1339d7cf72abb 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| @@ -192,7 +192,7 @@ patch class Process {
|
|
|
| patch class InternetAddress {
|
| patch static Future<List<InternetAddress>> lookup(
|
| - String host, {InternetAddressType type: InternetAddressType.ANY}) {
|
| + String host, {InternetAddressType type: InternetAddressType.IPv4}) {
|
| throw new UnsupportedError("InternetAddress.lookup");
|
| }
|
| }
|
|
|