| Index: pkg/compiler/lib/src/common/names.dart
|
| diff --git a/pkg/compiler/lib/src/common/names.dart b/pkg/compiler/lib/src/common/names.dart
|
| index cd8cd5b3feed098f0585b8a5997300c5af15c5e0..cafa0bc4219f585d10466acbaa937c441c4e3267 100644
|
| --- a/pkg/compiler/lib/src/common/names.dart
|
| +++ b/pkg/compiler/lib/src/common/names.dart
|
| @@ -6,7 +6,7 @@
|
| /// the compiler.
|
| library dart2js.common.names;
|
|
|
| -import '../elements/elements.dart' show Name, PublicName;
|
| +import '../elements/names.dart' show Name, PublicName;
|
| import '../universe/call_structure.dart' show CallStructure;
|
| import '../universe/selector.dart' show Selector;
|
|
|
|
|