| 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 421a93ff59e8d139d3084d42def474fe38806b13..8ab86dc9ecc8feb5de856c9afb504ca0ef789648 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| @@ -33,8 +33,8 @@ class JsIsolateSink extends EventSink<dynamic> implements IsolateSink {
|
| _port.send(message);
|
| }
|
|
|
| - void addError(AsyncError errorEvent) {
|
| - throw new UnimplementedError("signalError on isolate streams");
|
| + void addError(errorEvent) {
|
| + throw new UnimplementedError("addError on isolate streams");
|
| }
|
|
|
| void close() {
|
|
|