| 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 94cae0fc1fa60eb638fe74a5d98a3b328a56ed78..dc67462bb71416fe9309eb7257e6a7c6d106f731 100644
|
| --- a/pkg/compiler/lib/src/js/js.dart
|
| +++ b/pkg/compiler/lib/src/js/js.dart
|
| @@ -7,7 +7,7 @@ library js;
|
| import 'precedence.dart';
|
| import '../util/characters.dart' as charCodes;
|
| import '../util/util.dart';
|
| -
|
| +import '../io/code_output.dart' show CodeBuffer;
|
| import '../js_emitter/js_emitter.dart' show USE_NEW_EMITTER;
|
|
|
| // TODO(floitsch): remove this dependency (currently necessary for the
|
|
|