| Index: sdk/lib/_internal/compiler/implementation/resolution/registry.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/resolution/registry.dart b/sdk/lib/_internal/compiler/implementation/resolution/registry.dart
|
| index 2fccfe306857df406d88fd9a6df04ff57e8fbed3..3ed66e5f93480f779fdc87e2b181cca86a5c196e 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/registry.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/registry.dart
|
| @@ -114,7 +114,7 @@ class ResolutionRegistry extends Registry {
|
| // Node-to-Constant mapping functionality.
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|
| - ConstExp getConstant(Node node) => mapping.getConstant(node);
|
| + ConstantExpression getConstant(Node node) => mapping.getConstant(node);
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
| // Target/Label functionality.
|
|
|