| 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 538a0e2612bf7a53c06ac2317031e4cfccafb8aa..cfe78edbfcc42ee1036a944940c4c75baa9b0fed 100644
|
| --- a/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -288,8 +288,9 @@ useProgramBuilder(program_builder.ProgramBuilder builder) {
|
| }
|
|
|
| useSemanticVisitor() {
|
| - new semantic_visitor.BulkVisitor().apply(null, null);
|
| + new semantic_visitor.BulkSendVisitor().apply(null, null);
|
| new semantic_visitor.TraversalVisitor(null).apply(null, null);
|
| + new semantic_visitor.BulkDeclarationVisitor().apply(null, null);
|
| }
|
|
|
| class DummyTreeVisitor extends tree_ir.RootVisitor
|
|
|