| Index: pkg/compiler/lib/src/deferred_load.dart
|
| diff --git a/pkg/compiler/lib/src/deferred_load.dart b/pkg/compiler/lib/src/deferred_load.dart
|
| index 228ead09c98c8f6b86586f273d162307098e0a76..4b5c2ccad1b551a29495f93f4e95e82475e91e45 100644
|
| --- a/pkg/compiler/lib/src/deferred_load.dart
|
| +++ b/pkg/compiler/lib/src/deferred_load.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| library deferred_load;
|
|
|
| -import 'common/backend_api.dart' show Backend;
|
| import 'common/tasks.dart' show CompilerTask;
|
| import 'common.dart';
|
| import 'compiler.dart' show Compiler;
|
| @@ -157,7 +156,7 @@ class DeferredLoadTask extends CompilerTask {
|
| mainOutputUnit.imports.add(_fakeMainImport);
|
| }
|
|
|
| - Backend get backend => compiler.backend;
|
| + JavaScriptBackend get backend => compiler.backend;
|
| DiagnosticReporter get reporter => compiler.reporter;
|
|
|
| /// Returns the [OutputUnit] where [element] belongs.
|
|
|