| 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 049985802f041856acffc656727a9c09d62933f2..96ee8453d6bd057247cf62e9c6aa29dcd92fba51 100644
|
| --- a/pkg/compiler/lib/src/common/registry.dart
|
| +++ b/pkg/compiler/lib/src/common/registry.dart
|
| @@ -5,8 +5,8 @@
|
| library dart2js.common.registry;
|
|
|
| import '../dart_types.dart' show InterfaceType;
|
| +import '../elements/elements.dart' show Element;
|
| 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.
|
|
|