| Index: pkg/compiler/lib/src/resolution/typedefs.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/typedefs.dart b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| index 1c52c933b7a53edbc20220978bbb718994da29b5..08d1f6ec8e33ed140fd143dcbcdaa031a92d0c38 100644
|
| --- a/pkg/compiler/lib/src/resolution/typedefs.dart
|
| +++ b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| @@ -6,7 +6,7 @@ library dart2js.resolution.typedefs;
|
|
|
| import '../common.dart';
|
| import '../common/resolution.dart';
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart'
|
| show FunctionSignature, TypedefElement, TypeVariableElement;
|
| import '../elements/modelx.dart' show ErroneousElementX, TypedefElementX;
|
|
|