Chromium Code Reviews| 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'; |
|
floitsch
2015/02/02 22:00:10
That feels fishy. Why would the resolution need to
sigurdm
2015/02/03 16:59:31
It is actually not needed anymore. It was a hack d
|
| + |
| import '../elements/modelx.dart' show |
| BaseClassElementX, |
| BaseFunctionElementX, |