| Index: pkg/compiler/lib/src/resolution/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
|
| index 3489fbdeac6e92be63a784c4b1c7bf9dce343ad2..7ffaa73a54bc8f9fc995bf4a800469bfd8d06f9d 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -15,6 +15,8 @@ import '../tree/tree.dart';
|
| import '../scanner/scannerlib.dart';
|
| import '../elements/elements.dart';
|
|
|
| +import '../js_backend/js_backend.dart';
|
| +
|
| import '../elements/modelx.dart' show
|
| BaseClassElementX,
|
| BaseFunctionElementX,
|
|
|