| Index: sdk/lib/io/socket.dart
|
| diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart
|
| index c32d5a83f6bab8b2db1f5482bf72fca0d8d2a9b3..e545742e6cb8c6f7d0bdc2e5893871ccf262a2c8 100644
|
| --- a/sdk/lib/io/socket.dart
|
| +++ b/sdk/lib/io/socket.dart
|
| @@ -96,7 +96,7 @@ abstract class InternetAddress {
|
| * change over time.
|
| */
|
| external static Future<List<InternetAddress>> lookup(
|
| - String host, {InternetAddressType type: InternetAddressType.IP_V4});
|
| + String host, {InternetAddressType type: InternetAddressType.ANY});
|
| }
|
|
|
| /**
|
|
|