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

Unified Diff: pkg/compiler/lib/src/use_unused_api.dart

Issue 861713002: Handle super-method invocations in CPS->JS backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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: pkg/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index 359aa9bc3c8550dbb23f12b98429c88f7f8b84fb..2713e0df0f3f931676b57cd2a0de4639e5917e44 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -252,8 +252,7 @@ useIr(cps_ir_nodes_sexpr.SExpressionStringifier stringifier,
..buildBooleanLiteral(null)
..buildNullLiteral()
..buildStringLiteral(null)
- ..buildDynamicGet(null, null)
- ..buildSuperGet(null);
+ ..buildDynamicGet(null, null);
}
useCompiler(dart2jslib.Compiler compiler) {

Powered by Google App Engine
This is Rietveld 408576698