| Index: lib/runtime/dart/isolate.js
|
| diff --git a/lib/runtime/dart/isolate.js b/lib/runtime/dart/isolate.js
|
| index b1f4e34334584352cd48c86c4592465e0e3179bc..82880940face9e8ac0453aabc21b860247f1219f 100644
|
| --- a/lib/runtime/dart/isolate.js
|
| +++ b/lib/runtime/dart/isolate.js
|
| @@ -110,7 +110,7 @@ dart_library.library('dart/isolate', null, /* Imports */[
|
| }
|
| kill(priority) {
|
| if (priority === void 0) priority = Isolate.BEFORE_NEXT_EVENT;
|
| - this.controlPort.send(["kill", this.terminateCapability, priority]);
|
| + this.controlPort.send(dart.list(["kill", this.terminateCapability, priority], core.Object));
|
| }
|
| ping(responsePort, pingType) {
|
| if (pingType === void 0) pingType = Isolate.IMMEDIATE;
|
|
|