| Index: dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| index 85acd1277af2cddbd64b0e74d71a357e6d07009a..9ef5acd9ea981a93861e567093bb3b6625fd7d9f 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| @@ -44,6 +44,7 @@ import 'deferred_load.dart' show DeferredLoadTask, OutputUnit;
|
| import 'mirrors_used.dart' show MirrorUsageAnalyzerTask;
|
| import 'dump_info.dart';
|
| import 'tracer.dart' show Tracer;
|
| +import 'cache_strategy.dart';
|
|
|
| export 'resolution/resolution.dart' show TreeElements, TreeElementMapping;
|
| export 'scanner/scannerlib.dart' show isUserDefinableOperator,
|
|
|