| Index: pkg/compiler/lib/src/backend_strategy.dart
|
| diff --git a/pkg/compiler/lib/src/backend_strategy.dart b/pkg/compiler/lib/src/backend_strategy.dart
|
| index 43a7dd446eade4f482502f19ecf8670b74af932e..d7597039ad3af3535b06b05ab186f08dd1174f00 100644
|
| --- a/pkg/compiler/lib/src/backend_strategy.dart
|
| +++ b/pkg/compiler/lib/src/backend_strategy.dart
|
| @@ -6,7 +6,6 @@ library dart2js.backend_strategy;
|
|
|
| import 'closure.dart' show ClosureConversionTask;
|
| import 'common/tasks.dart';
|
| -import 'compiler.dart' show Compiler;
|
| import 'enqueue.dart';
|
| import 'io/source_information.dart';
|
| import 'js_backend/js_backend.dart';
|
| @@ -24,7 +23,7 @@ abstract class BackendStrategy {
|
|
|
| /// Create the task that analyzes the code to see what closures need to be
|
| /// rewritten.
|
| - ClosureConversionTask createClosureConversionTask(Compiler compiler);
|
| + ClosureConversionTask get closureDataLookup;
|
|
|
| /// The [Sorter] used for sorting elements in the generated code.
|
| Sorter get sorter;
|
|
|