| Index: sdk/lib/_internal/compiler/implementation/js/js.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js/js.dart b/sdk/lib/_internal/compiler/implementation/js/js.dart
|
| index f8a2f61143c082754a7c2ab024db8e1a28321dcc..8bfdd51624bb51d1a8ca8bad2ac58ed6844b5c2f 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js/js.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js/js.dart
|
| @@ -6,6 +6,7 @@ library js;
|
|
|
| import 'precedence.dart';
|
| import '../util/characters.dart' as charCodes;
|
| +import '../util/util.dart';
|
|
|
| // TODO(floitsch): remove this dependency (currently necessary for the
|
| // CodeBuffer).
|
|
|