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

Unified Diff: test/codegen/expect/sunflower/dom.js

Issue 1099333002: canonicalize const (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 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 | « test/codegen/expect/DeltaBlue.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/sunflower/dom.js
diff --git a/test/codegen/expect/sunflower/dom.js b/test/codegen/expect/sunflower/dom.js
index accd3b1e5ea0bec03a406ba4626e23aeeb2bd8d0..24824110499cf6579f95adddf050d4c509092119 100644
--- a/test/codegen/expect/sunflower/dom.js
+++ b/test/codegen/expect/sunflower/dom.js
@@ -11,7 +11,7 @@ var dom;
Overload() {
}
}
- let overload = new Overload();
+ let overload = dart.const(new Overload());
let EventListener = dart.typedef('EventListener', () => dart.functionType(dart.void, [Event]));
class Event extends core.Object {}
let InputElement = HTMLInputElement;
« no previous file with comments | « test/codegen/expect/DeltaBlue.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698