Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2313)

Unified Diff: sdk/lib/_internal/compiler/implementation/resolution/registry.dart

Issue 614993002: Rename Constant to ConstantValue and ConstExp to ConstantExpression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698