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

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

Issue 9689063: Visit Node in CompileTimeConstantAnalyzer only if Node based (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/SuperElementImplementation.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/SuperElementImplementation.java b/compiler/java/com/google/dart/compiler/resolver/SuperElementImplementation.java
index f42b8796eb240a261b2ffadf6727484242a240c4..281b8775141c6b9a84b3f8b64132bd3c620a3aa5 100644
--- a/compiler/java/com/google/dart/compiler/resolver/SuperElementImplementation.java
+++ b/compiler/java/com/google/dart/compiler/resolver/SuperElementImplementation.java
@@ -9,7 +9,7 @@ import com.google.dart.compiler.ast.DartSuperExpression;
/**
* Resolved element for a Dart 'super' expression.
*/
-public class SuperElementImplementation extends AbstractElement implements SuperElement {
+public class SuperElementImplementation extends AbstractNodeElement implements SuperElement {
public ClassElement classElement;

Powered by Google App Engine
This is Rietveld 408576698