| 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 77c2dca18d6dc52a1115ea0f7d3afc1b8bfa3071..d262d7995b9f05ba34c6af739d1c2bbadafbb085 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -233,7 +233,7 @@ patch class InternetAddress {
|
| patch static InternetAddress get ANY_IP_V6 {
|
| throw new UnsupportedError("InternetAddress.ANY_IP_V6");
|
| }
|
| - patch InternetAddress(String address) {
|
| + patch factory InternetAddress(String address) {
|
| throw new UnsupportedError("InternetAddress");
|
| }
|
| patch static Future<List<InternetAddress>> lookup(
|
|
|