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

Unified Diff: tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart

Issue 955543004: Pass SourceInformation through the CPS IR. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix tests. 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: tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
diff --git a/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart b/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
index 1f2f263a989f4217c745fd512af131babba5891c..3c982c744a704b6bc2c9d7301a6df76c47c8d9d3 100644
--- a/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
+++ b/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
@@ -424,7 +424,7 @@ class SExpressionUnstringifier {
Selector selector = dummySelector(methodName, args.length);
tokens.consumeEnd();
- return new InvokeStatic(entity, selector, cont, args);
+ return new InvokeStatic(entity, selector, cont, args, null);
}
/// (InvokeMethodDirectly receiver method (args) cont)
« no previous file with comments | « pkg/js_ast/lib/src/nodes.dart ('k') | tests/compiler/dart2js/js_backend_cps_ir_source_information_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698