| Index: dart/lib/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/dart/lib/compiler/implementation/dart_backend/backend.dart b/dart/lib/compiler/implementation/dart_backend/backend.dart
|
| index 44eb5e57f08c852aa4840d03295198490d77fc58..949a62a6518b7ff90c3995f91016e48ccabad627 100644
|
| --- a/dart/lib/compiler/implementation/dart_backend/backend.dart
|
| +++ b/dart/lib/compiler/implementation/dart_backend/backend.dart
|
| @@ -5,7 +5,7 @@
|
| class DartBackend extends Backend {
|
| final List<CompilerTask> tasks;
|
|
|
| - Map<Element, TreeElements> get resolvedElements() =>
|
| + Map<Element, TreeElements> get resolvedElements =>
|
| compiler.enqueuer.resolution.resolvedElements;
|
|
|
| DartBackend(Compiler compiler, [bool validateUnparse = false])
|
|
|