| Index: pkg/compiler/lib/src/common/registry.dart
|
| diff --git a/pkg/compiler/lib/src/common/registry.dart b/pkg/compiler/lib/src/common/registry.dart
|
| index 1ba7b9de5e14e406dd2eff75a6a6926b22f34a96..049985802f041856acffc656727a9c09d62933f2 100644
|
| --- a/pkg/compiler/lib/src/common/registry.dart
|
| +++ b/pkg/compiler/lib/src/common/registry.dart
|
| @@ -4,16 +4,10 @@
|
|
|
| library dart2js.common.registry;
|
|
|
| -import '../dart_types.dart' show
|
| - InterfaceType;
|
| -import '../enqueue.dart' show
|
| - Enqueuer;
|
| -import '../elements/elements.dart' show
|
| - Element,
|
| - FunctionElement;
|
| -import '../universe/use.dart' show
|
| - DynamicUse,
|
| - StaticUse;
|
| +import '../dart_types.dart' show InterfaceType;
|
| +import '../enqueue.dart' show Enqueuer;
|
| +import '../elements/elements.dart' show Element, FunctionElement;
|
| +import '../universe/use.dart' show DynamicUse, StaticUse;
|
|
|
| /// Interface for registration of element dependencies.
|
| abstract class Registry {
|
|
|