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

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

Issue 9695025: Fixes for previous CL review comments (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/AbstractElement.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/AbstractElement.java b/compiler/java/com/google/dart/compiler/resolver/AbstractElement.java
index 4bacae9e0f4d0370e56ca95927cc0713660299bd..18501e89e8b306b1c85b67b286aaec567879d825 100644
--- a/compiler/java/com/google/dart/compiler/resolver/AbstractElement.java
+++ b/compiler/java/com/google/dart/compiler/resolver/AbstractElement.java
@@ -65,7 +65,7 @@ abstract class AbstractElement implements Element {
}
@Override
- public Element getEnclosingElement() {
+ public EnclosingElement getEnclosingElement() {
return null;
}

Powered by Google App Engine
This is Rietveld 408576698