| Index: pkg/compiler/lib/src/resolution/resolution_strategy.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution_strategy.dart b/pkg/compiler/lib/src/resolution/resolution_strategy.dart
|
| index a85af8999f33eb286a7ea786f3bbebe6a85dd636..0987585491e55cd619963d1374526ad555d21b22 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution_strategy.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution_strategy.dart
|
| @@ -45,7 +45,7 @@ import 'no_such_method_resolver.dart';
|
|
|
| /// [FrontendStrategy] that loads '.dart' files and creates a resolved element
|
| /// model using the resolver.
|
| -class ResolutionFrontEndStrategy implements FrontEndStrategy {
|
| +class ResolutionFrontEndStrategy implements FrontendStrategy {
|
| final Compiler _compiler;
|
| final ElementEnvironment elementEnvironment;
|
| AnnotationProcessor _annotationProcessor;
|
|
|