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

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

Issue 1011153002: js: fix core.Object, output order, static const fields (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/server_mode/html_input.html ('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.js
diff --git a/test/codegen/expect/sunflower.js b/test/codegen/expect/sunflower.js
index a3f34e0bd2deb205c2d577b993f90719e4c06dfb..5f680329a8c9f091cc825096fd494ac9288286a0 100644
--- a/test/codegen/expect/sunflower.js
+++ b/test/codegen/expect/sunflower.js
@@ -27,14 +27,14 @@ var sunflower;
return dart.as(dart.as(querySelector("#canvas"), dom.CanvasElement).getContext('2d'), dom.CanvasRenderingContext2D);
}
});
- class Circle extends dart.Object {
+ class Circle extends core.Object {
Circle(x, y, radius) {
this.x = x;
this.y = y;
this.radius = radius;
}
}
- class CirclePainter extends dart.Object {
+ class CirclePainter extends core.Object {
CirclePainter() {
this.color = ORANGE;
}
« no previous file with comments | « test/codegen/expect/server_mode/html_input.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698