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

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

Issue 1011403003: cps-ir: Set runtime type information for new objects that require it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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: 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 3c982c744a704b6bc2c9d7301a6df76c47c8d9d3..59e173a5107bc88813c8704f3f1d4e893d61c8c9 100644
--- a/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
+++ b/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
@@ -371,7 +371,7 @@ class SExpressionUnstringifier {
tokens.consumeEnd();
Selector selector = dummySelector(constructorName, args.length);
- return new InvokeConstructor(type, element, selector, cont, args);
+ return new InvokeConstructor.byType(type, element, selector, cont, args);
}
/// (InvokeContinuation rec? name (args))

Powered by Google App Engine
This is Rietveld 408576698