| 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 2fb8c7b626b28dfc80108540a7ad53101ef1dd42..a799d17254aca5d2e5a8fede04e928872b2ee029 100644
|
| --- a/pkg/compiler/lib/src/constants/evaluation.dart
|
| +++ b/pkg/compiler/lib/src/constants/evaluation.dart
|
| @@ -13,7 +13,7 @@ import 'constructors.dart';
|
| import 'expressions.dart';
|
|
|
| /// Environment used for evaluating constant expressions.
|
| -abstract class Environment {
|
| +abstract class EvaluationEnvironment {
|
| CommonElements get commonElements;
|
|
|
| /// Read environments string passed in using the '-Dname=value' option.
|
|
|