| 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 cf1d0624112eda99f41cf90180c288629d63e093..5783e524f7bab4dca6ce7dfcfedae2f73c138182 100644
|
| --- a/pkg/compiler/lib/src/native/native.dart
|
| +++ b/pkg/compiler/lib/src/native/native.dart
|
| @@ -11,7 +11,7 @@ import '../dart2jslib.dart';
|
| import '../dart_types.dart';
|
| import '../elements/elements.dart';
|
| import '../elements/modelx.dart'
|
| - show ClassElementX, FunctionElementX, LibraryElementX;
|
| + show ElementX, BaseClassElementX, FunctionElementX, LibraryElementX;
|
| import '../js/js.dart' as js;
|
| import '../js_backend/js_backend.dart';
|
| import '../js_emitter/js_emitter.dart' show CodeEmitterTask, NativeEmitter;
|
|
|