| Index: pkg/compiler/lib/src/elements/common.dart
|
| diff --git a/pkg/compiler/lib/src/elements/common.dart b/pkg/compiler/lib/src/elements/common.dart
|
| index f9013c609ff3ce620794df46253f7c35bcf7aa7b..f9e2baa0af23b73169cbdce661fc907174a50cb8 100644
|
| --- a/pkg/compiler/lib/src/elements/common.dart
|
| +++ b/pkg/compiler/lib/src/elements/common.dart
|
| @@ -6,9 +6,15 @@
|
|
|
| library elements.common;
|
|
|
| -import '../dart2jslib.dart' show Compiler, isPrivateName;
|
| -import '../dart_types.dart' show DartType, InterfaceType, FunctionType;
|
| -import '../util/util.dart' show Link;
|
| +import '../compiler.dart' show
|
| + Compiler,
|
| + isPrivateName;
|
| +import '../dart_types.dart' show
|
| + DartType,
|
| + InterfaceType,
|
| + FunctionType;
|
| +import '../util/util.dart' show
|
| + Link;
|
|
|
| import 'elements.dart';
|
|
|
|
|