| Index: sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart b/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
|
| index 71991121026ecc9a0c9246d4922c2ad494d10b71..f91be191a7c2b224d165b7e93f7049ab87258bed 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
|
| @@ -17,10 +17,13 @@ import '../closure.dart' show
|
| import '../dart2jslib.dart' show
|
| CodeBuffer;
|
|
|
| +import '../dart_types.dart' show
|
| + TypedefType;
|
| +
|
| import '../elements/elements.dart' show
|
| - TypeVariableElement,
|
| ConstructorBodyElement,
|
| - ParameterElement;
|
| + ParameterElement,
|
| + TypeVariableElement;
|
|
|
| import '../js/js.dart' show
|
| js, templateManager;
|
|
|