| Index: pkg/compiler/lib/src/js/js.dart
|
| diff --git a/pkg/compiler/lib/src/js/js.dart b/pkg/compiler/lib/src/js/js.dart
|
| index dc67462bb71416fe9309eb7257e6a7c6d106f731..fac460db21e1eb06b98edb6564ef455db4cc36a8 100644
|
| --- a/pkg/compiler/lib/src/js/js.dart
|
| +++ b/pkg/compiler/lib/src/js/js.dart
|
| @@ -8,6 +8,7 @@ import 'precedence.dart';
|
| import '../util/characters.dart' as charCodes;
|
| import '../util/util.dart';
|
| import '../io/code_output.dart' show CodeBuffer;
|
| +import '../io/source_information.dart' show SourceInformation;
|
| import '../js_emitter/js_emitter.dart' show USE_NEW_EMITTER;
|
|
|
| // TODO(floitsch): remove this dependency (currently necessary for the
|
|
|