| 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 25df3018b0131053b70f641fe89369fdf3e0a43c..9be199832dae0743ec82f3d65af07a7f0f712637 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -272,6 +272,9 @@ patch class _SecureFilter {
|
| patch factory _SecureFilter() {
|
| throw new UnsupportedError("_SecureFilter._SecureFilter");
|
| }
|
| + patch static SendPort _newServicePort() {
|
| + throw new UnsupportedError("_SecureFilter._newServicePort");
|
| + }
|
| }
|
|
|
| patch class _StdIOUtils {
|
|
|