| Index: lib/runtime/dart/_isolate_helper.js
|
| diff --git a/lib/runtime/dart/_isolate_helper.js b/lib/runtime/dart/_isolate_helper.js
|
| index a8ec8a1402eaa4d25a39f9e9956cb7b05565b828..a29b59cda9428b1ed54cc276432fe53facbbb646 100644
|
| --- a/lib/runtime/dart/_isolate_helper.js
|
| +++ b/lib/runtime/dart/_isolate_helper.js
|
| @@ -1197,8 +1197,8 @@ var _isolate_helper;
|
| }
|
| }
|
| _WorkerSendPort[dart.implements] = () => [isolate.SendPort];
|
| - let _handler = Symbol('_handler');
|
| let _nextFreeId = Symbol('_nextFreeId');
|
| + let _handler = Symbol('_handler');
|
| class RawReceivePortImpl extends core.Object {
|
| RawReceivePortImpl(handler) {
|
| this[_handler] = handler;
|
|
|