Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

Unified Diff: lib/runtime/dart/isolate.js

Issue 1757343002: upgrade to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/runtime/dart/html.js ('k') | lib/runtime/dart/js.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « lib/runtime/dart/html.js ('k') | lib/runtime/dart/js.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698