| 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 fe1659ed34dfc4f7729fb791857b9662d9438859..ac7570884e6d094d055a87b6c9a06850d4674188 100644
|
| --- a/pkg/compiler/lib/src/native/native.dart
|
| +++ b/pkg/compiler/lib/src/native/native.dart
|
| @@ -8,6 +8,9 @@ import 'dart:collection' show Queue;
|
|
|
| import '../common/registry.dart' show
|
| Registry;
|
| +import '../common/resolution.dart' show
|
| + Parsing,
|
| + Resolution;
|
| import '../compiler.dart' show
|
| Compiler;
|
| import '../constants/values.dart';
|
|
|