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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/ElementMap.java

Issue 9633009: Use Element instead of Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: compiler/java/com/google/dart/compiler/resolver/ElementMap.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/ElementMap.java b/compiler/java/com/google/dart/compiler/resolver/ElementMap.java
index 3567922059efde44db62e755381f08476f423f33..04edc460a5655f570810fa96fce07ea9c6498306 100644
--- a/compiler/java/com/google/dart/compiler/resolver/ElementMap.java
+++ b/compiler/java/com/google/dart/compiler/resolver/ElementMap.java
@@ -61,7 +61,7 @@ class ElementMap {
}
@Override
- public String getOriginalSymbolName() {
+ public String getOriginalName() {
throw new AssertionError(INTERNAL_ONLY_ERROR);
}

Powered by Google App Engine
This is Rietveld 408576698