| Index: sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| index ca186dca5f027c837a77e5c754bc0f04ce615156..1465f3d71b624caddd0dfb47f262774bc67555ff 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| @@ -35,6 +35,7 @@ import 'source_file.dart' show SourceFile;
|
| import 'js/js.dart' as js;
|
| import 'deferred_load.dart' show DeferredLoadTask;
|
| import 'mirrors_used.dart' show MirrorUsageAnalyzerTask;
|
| +import 'dump_info.dart';
|
|
|
| export 'resolution/resolution.dart' show TreeElements, TreeElementMapping;
|
| export 'scanner/scannerlib.dart' show isUserDefinableOperator,
|
|
|