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

Unified Diff: test/codegen/expect/_isolate_helper/_isolate_helper.js

Issue 973433003: Initial cut for a development server (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
Index: test/codegen/expect/_isolate_helper/_isolate_helper.js
diff --git a/test/codegen/expect/_isolate_helper/_isolate_helper.js b/test/codegen/expect/_isolate_helper/_isolate_helper.js
index 92af8cdd087eaf6c5861c3b3a433345c39d3c972..e66da9802696bd7c9bf9f2ac7f412425ac363d71 100644
--- a/test/codegen/expect/_isolate_helper/_isolate_helper.js
+++ b/test/codegen/expect/_isolate_helper/_isolate_helper.js
@@ -708,7 +708,7 @@ var _isolate_helper;
get thisScript() {
return computeThisScript();
},
- set thisScript() {},
+ set thisScript(_) {},
get workerIds() {
return new core.Expando();
}

Powered by Google App Engine
This is Rietveld 408576698