| Index: pkg/compiler/lib/src/resolution/registry.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/registry.dart b/pkg/compiler/lib/src/resolution/registry.dart
|
| index 26b592c0e9a1b0a9096f48b238469ac85b1d524a..01cfe9568ab21363a2b6ef58393c8a0a0916338c 100644
|
| --- a/pkg/compiler/lib/src/resolution/registry.dart
|
| +++ b/pkg/compiler/lib/src/resolution/registry.dart
|
| @@ -11,6 +11,7 @@ import '../constants/expressions.dart';
|
| import '../elements/resolution_types.dart';
|
| import '../diagnostics/source_span.dart';
|
| import '../elements/elements.dart';
|
| +import '../elements/jumps.dart';
|
| import '../tree/tree.dart';
|
| import '../universe/call_structure.dart' show CallStructure;
|
| import '../universe/feature.dart';
|
|
|