| Index: pkg/compiler/lib/src/mirrors/analyze.dart
|
| diff --git a/pkg/compiler/lib/src/mirrors/analyze.dart b/pkg/compiler/lib/src/mirrors/analyze.dart
|
| index 96dc5941edbe00ba0636e7be10e923e622fe365c..733cbae6e955803122c7d711d67a539150327f55 100644
|
| --- a/pkg/compiler/lib/src/mirrors/analyze.dart
|
| +++ b/pkg/compiler/lib/src/mirrors/analyze.dart
|
| @@ -10,7 +10,7 @@ import 'source_mirrors.dart';
|
| import 'dart2js_mirrors.dart' show Dart2JsMirrorSystem;
|
| import '../../compiler.dart' as api;
|
| import '../apiimpl.dart' as apiimpl;
|
| -import '../dart2jslib.dart' show Compiler;
|
| +import '../compiler.dart' show Compiler;
|
| import '../old_to_new_api.dart';
|
|
|
| //------------------------------------------------------------------------------
|
|
|