| Index: sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| index f65af61cc3a37d5302c09fe2182248b63f4fcea8..22e13da544e101a3b31b3b8f527a38546bd8643a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| @@ -24,7 +24,7 @@ class CloseToken {
|
| const CloseToken();
|
| }
|
|
|
| -class JsIsolateSink extends StreamSink<dynamic> implements IsolateSink {
|
| +class JsIsolateSink extends EventSink<dynamic> implements IsolateSink {
|
| bool _isClosed = false;
|
| final SendPort _port;
|
| JsIsolateSink.fromPort(this._port);
|
|
|