| Index: pkg/compiler/lib/src/mirrors_used.dart
|
| diff --git a/pkg/compiler/lib/src/mirrors_used.dart b/pkg/compiler/lib/src/mirrors_used.dart
|
| index 5c2476c2b84df35b003bbd4c744c6a6f9f22b2a9..0c05dd89de4e672ca178fec27396c2721ac3f49b 100644
|
| --- a/pkg/compiler/lib/src/mirrors_used.dart
|
| +++ b/pkg/compiler/lib/src/mirrors_used.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| library dart2js.mirrors_used;
|
|
|
| +import 'compile_time_constants.dart' show
|
| + ConstantCompiler;
|
| import 'constants/expressions.dart';
|
| import 'constants/values.dart' show
|
| ConstantValue,
|
| @@ -20,7 +22,6 @@ import 'dart_types.dart' show
|
| import 'dart2jslib.dart' show
|
| Compiler,
|
| CompilerTask,
|
| - ConstantCompiler,
|
| MessageKind,
|
| TreeElements,
|
| invariant;
|
|
|