| 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) {
|
|
|