| Index: pkg/compiler/lib/src/native/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/native/enqueue.dart b/pkg/compiler/lib/src/native/enqueue.dart
|
| index e5405ba9b29774f0c7dddd7082c23ca140097ab9..dbbd36ef597aafc19809a250f681a108fa51b299 100644
|
| --- a/pkg/compiler/lib/src/native/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/native/enqueue.dart
|
| @@ -10,7 +10,7 @@ import '../common/resolution.dart' show Resolution;
|
| import '../compiler.dart' show Compiler;
|
| import '../constants/values.dart';
|
| import '../core_types.dart' show CommonElements;
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart';
|
| import '../elements/modelx.dart' show FunctionElementX;
|
| import '../js_backend/backend_helpers.dart' show BackendHelpers;
|
|
|