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

Unified Diff: test/codegen/expect/cascade.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
Index: test/codegen/expect/cascade.js
diff --git a/test/codegen/expect/cascade.js b/test/codegen/expect/cascade.js
index 4b7787e1548ca06d7e81e33363d59ed372398db1..aac774e42f61f3d0b041c43af5b56c0c2d5bfb7d 100644
--- a/test/codegen/expect/cascade.js
+++ b/test/codegen/expect/cascade.js
@@ -1,7 +1,7 @@
var cascade;
(function(exports) {
'use strict';
- class A extends dart.Object {
+ class A extends core.Object {
A() {
this.x = null;
}

Powered by Google App Engine
This is Rietveld 408576698