| 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 2f85b44bf49a945f2be0dd1cd5bfee35647aa8d7..3743ad03245a6d2b38270702118036fcc65763e0 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| @@ -1010,7 +1010,7 @@ class _JsCopier extends _Copier {
|
| if (x is _NativeJsSendPort) return visitNativeJsSendPort(x);
|
| if (x is _WorkerSendPort) return visitWorkerSendPort(x);
|
| if (x is _BufferingSendPort) return visitBufferingSendPort(x);
|
| - throw "Illegal underlying port $p";
|
| + throw "Illegal underlying port $x";
|
| }
|
|
|
| SendPort visitNativeJsSendPort(_NativeJsSendPort port) {
|
|
|