| Index: pkg/compiler/lib/src/constants/expressions.dart
|
| diff --git a/pkg/compiler/lib/src/constants/expressions.dart b/pkg/compiler/lib/src/constants/expressions.dart
|
| index 9eb3fdc7ba46ebce51933a7952d19e9856a0e5e9..2ea05a8794e629066e28dc7360fbd9f50229cc52 100644
|
| --- a/pkg/compiler/lib/src/constants/expressions.dart
|
| +++ b/pkg/compiler/lib/src/constants/expressions.dart
|
| @@ -16,7 +16,7 @@ import '../elements/elements.dart'
|
| PrefixElement,
|
| VariableElement;
|
| import '../resolution/operators.dart';
|
| -import '../tree/tree.dart' show DartString;
|
| +import '../tree/dartstring.dart' show DartString;
|
| import '../universe/call_structure.dart' show CallStructure;
|
| import 'evaluation.dart';
|
| import 'values.dart';
|
|
|