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

Unified Diff: sdk/lib/_internal/compiler/implementation/use_unused_api.dart

Issue 693803003: Move continueWithExpression to IrBuilder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comment. Created 6 years, 2 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: sdk/lib/_internal/compiler/implementation/use_unused_api.dart
diff --git a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
index 354d710d97dcbd252fa287ef8c01672947ff5da2..bdd26d19b047d47df4b34be46fea21373b4cae97 100644
--- a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
+++ b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
@@ -233,7 +233,8 @@ useIr(cps_ir_nodes_sexpr.SExpressionStringifier stringifier,
..buildBooleanLiteral(null)
..buildNullLiteral()
..buildStringLiteral(null)
- ..buildDynamicGet(null, null);
+ ..buildDynamicGet(null, null)
+ ..buildSuperGet(null);
}
useCompiler(dart2jslib.Compiler compiler) {

Powered by Google App Engine
This is Rietveld 408576698