| Index: pkg/compiler/lib/src/common/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
|
| index 88cb4b97532f2ba7453e5e6e824d1585d50ebab3..bfea747128d86c8c93c5cdb9331a475bcf5f0b74 100644
|
| --- a/pkg/compiler/lib/src/common/resolution.dart
|
| +++ b/pkg/compiler/lib/src/common/resolution.dart
|
| @@ -28,6 +28,8 @@ import '../elements/elements.dart' show
|
| import '../enqueue.dart' show
|
| ResolutionEnqueuer,
|
| WorldImpact;
|
| +import '../parser/element_listener.dart' show
|
| + ScannerOptions;
|
| import '../tree/tree.dart' show
|
| AsyncForIn,
|
| Send,
|
| @@ -36,8 +38,6 @@ import '../universe/universe.dart' show
|
| UniverseSelector;
|
| import '../util/util.dart' show
|
| Setlet;
|
| -import 'registry.dart' show
|
| - Registry;
|
| import 'work.dart' show
|
| ItemCompilationContext,
|
| WorkItem;
|
| @@ -328,4 +328,5 @@ abstract class Parsing {
|
| DiagnosticReporter get reporter;
|
| void parsePatchClass(ClassElement cls);
|
| measure(f());
|
| + ScannerOptions getScannerOptionsFor(Element element);
|
| }
|
|
|