| Index: sdk/lib/_internal/js_runtime/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/io_patch.dart b/sdk/lib/_internal/js_runtime/lib/io_patch.dart
|
| index 8b91faf87db60e18027526cfc413c0e848709c90..4487e15bf35e8e8bae79d5cf719a70c48a44db06 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/io_patch.dart
|
| @@ -313,6 +313,10 @@ class InternetAddress {
|
| @patch
|
| class NetworkInterface {
|
| @patch
|
| + static bool get listSupported {
|
| + throw new UnsupportedError("NetworkInterface.listSupported");
|
| + }
|
| + @patch
|
| static Future<List<NetworkInterface>> list({
|
| bool includeLoopback: false,
|
| bool includeLinkLocal: false,
|
|
|