| Index: pkg/compiler/lib/src/common/tasks.dart
|
| diff --git a/pkg/compiler/lib/src/common/tasks.dart b/pkg/compiler/lib/src/common/tasks.dart
|
| index 989463ef8cbb93a868db9e565f3d838d0869a32c..737c2a9ce0e546be1e9105a12ef1b94901dee400 100644
|
| --- a/pkg/compiler/lib/src/common/tasks.dart
|
| +++ b/pkg/compiler/lib/src/common/tasks.dart
|
| @@ -6,10 +6,10 @@ library dart2js.common.tasks;
|
|
|
| import 'dart:developer' show
|
| UserTag;
|
| +
|
| +import '../common.dart';
|
| import '../compiler.dart' show
|
| Compiler;
|
| -import '../diagnostics/diagnostic_listener.dart' show
|
| - DiagnosticReporter;
|
| import '../elements/elements.dart' show
|
| Element;
|
|
|
|
|