| Index: pkg/compiler/lib/src/constants/evaluation.dart
 | 
| diff --git a/pkg/compiler/lib/src/constants/evaluation.dart b/pkg/compiler/lib/src/constants/evaluation.dart
 | 
| index 5b7c85dd31261c3a8372e5eb919fcfba66e0efa5..176d736ed2599de93cbac9028f9bb9b7b7d25a56 100644
 | 
| --- a/pkg/compiler/lib/src/constants/evaluation.dart
 | 
| +++ b/pkg/compiler/lib/src/constants/evaluation.dart
 | 
| @@ -6,7 +6,7 @@ library dart2js.constants.evaluation;
 | 
|  
 | 
|  import '../compiler.dart' show
 | 
|      Compiler;
 | 
| -import '../universe/universe.dart' show
 | 
| +import '../universe/call_structure.dart' show
 | 
|      CallStructure;
 | 
|  import 'expressions.dart';
 | 
|  
 | 
| 
 |