| 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 a40a81016f19637b0216a82aaab4337eca278eae..de4705408d1bfd2bff2f14dea6bfe33d302c3dfd 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| @@ -18,12 +18,12 @@ import '../constants/values.dart';
|
| import '../core_types.dart' show CommonElements;
|
| import '../elements/resolution_types.dart'
|
| show
|
| - DartType,
|
| - FunctionType,
|
| - InterfaceType,
|
| - TypedefType,
|
| + ResolutionDartType,
|
| + ResolutionFunctionType,
|
| + ResolutionInterfaceType,
|
| + ResolutionTypedefType,
|
| Types,
|
| - TypeVariableType;
|
| + ResolutionTypeVariableType;
|
| import '../deferred_load.dart' show OutputUnit;
|
| import '../elements/elements.dart'
|
| show
|
|
|