| 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 ebe88a9a127128b6b6fc1273faccc508638574c8..4967507a1f1b7f8f3e4ddcf396782d24a14355aa 100644
|
| --- a/pkg/compiler/lib/src/native/native.dart
|
| +++ b/pkg/compiler/lib/src/native/native.dart
|
| @@ -32,6 +32,8 @@ import '../js_backend/js_backend.dart';
|
| import '../js_emitter/js_emitter.dart' show
|
| CodeEmitterTask,
|
| NativeEmitter;
|
| +import '../patch_parser.dart' show
|
| + checkJsInteropAnnotation;
|
| import '../parser/listener.dart' show
|
| Listener;
|
| import '../parser/element_listener.dart' show
|
|
|