| Index: pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend_impact.dart b/pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| index 2a3244c03407f2f1246a19ae3fb322809b5e1737..ae35bf9c914ff960a517ffc9bdad9be20cfd3c71 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend_impact.dart
|
| @@ -7,7 +7,7 @@ library dart2js.js_helpers.impact;
|
| import '../common/names.dart';
|
| import '../compiler.dart' show Compiler;
|
| import '../core_types.dart' show CommonElements;
|
| -import '../dart_types.dart' show InterfaceType;
|
| +import '../elements/resolution_types.dart' show InterfaceType;
|
| import '../elements/elements.dart' show ClassElement, Element;
|
| import '../universe/selector.dart';
|
| import '../util/enumset.dart';
|
|
|