| Index: pkg/compiler/lib/src/frontend_strategy.dart
|
| diff --git a/pkg/compiler/lib/src/frontend_strategy.dart b/pkg/compiler/lib/src/frontend_strategy.dart
|
| index a08814ed8d4a2641a61e20eaa65d439af95e6e07..77ab684fac1b043b77c82839096a151dcbf31120 100644
|
| --- a/pkg/compiler/lib/src/frontend_strategy.dart
|
| +++ b/pkg/compiler/lib/src/frontend_strategy.dart
|
| @@ -30,7 +30,7 @@ import 'universe/world_impact.dart';
|
|
|
| /// Strategy pattern that defines the connection between the input format and
|
| /// the resolved element model.
|
| -abstract class FrontEndStrategy {
|
| +abstract class FrontendStrategy {
|
| /// Creates library loader task for this strategy.
|
| LibraryLoaderTask createLibraryLoader(
|
| ResolvedUriTranslator uriTranslator,
|
|
|