| Index: pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/js_emitter.dart b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| index 1472e5300dcccc5bf686a30de8a0c8a0c6c147f9..4289e7ce8895484bd16da28e269fc89964b58d52 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| @@ -20,6 +20,9 @@ import '../closure.dart' show
|
| import '../dart_types.dart' show
|
| TypedefType;
|
|
|
| +import '../diagnostics/diagnostic_listener.dart' show
|
| + DiagnosticReporter;
|
| +
|
| import '../diagnostics/spannable.dart' show
|
| NO_LOCATION_SPANNABLE;
|
|
|
|
|