| Index: pkg/compiler/lib/src/native/native.dart
|
| diff --git a/pkg/compiler/lib/src/native/native.dart b/pkg/compiler/lib/src/native/native.dart
|
| index 3ffffb5c07190c99e8edd63f58264f4f5d233220..ba53b92e40d773c72fb677d56a34d02d109e6a0a 100644
|
| --- a/pkg/compiler/lib/src/native/native.dart
|
| +++ b/pkg/compiler/lib/src/native/native.dart
|
| @@ -6,10 +6,16 @@ library native;
|
|
|
| import 'dart:collection' show Queue;
|
|
|
| +import '../common/registry.dart' show
|
| + Registry;
|
| +import '../compiler.dart' show
|
| + Compiler;
|
| import '../constants/values.dart';
|
| -import '../dart2jslib.dart';
|
| import '../dart_types.dart';
|
| import '../diagnostic_listener.dart';
|
| +import '../diagnostics/spannable.dart' show
|
| + NO_LOCATION_SPANNABLE,
|
| + Spannable;
|
| import '../enqueue.dart' show
|
| Enqueuer,
|
| ResolutionEnqueuer;
|
|
|