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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/VariableElementImplementation.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/VariableElementImplementation.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/VariableElementImplementation.java b/compiler/java/com/google/dart/compiler/resolver/VariableElementImplementation.java
index 9d2e346751ec647e43a45fb342592b746b7a6649..23acafd7747cc49faca7a2b47fd83bd83dd14744 100644
--- a/compiler/java/com/google/dart/compiler/resolver/VariableElementImplementation.java
+++ b/compiler/java/com/google/dart/compiler/resolver/VariableElementImplementation.java
@@ -10,7 +10,7 @@ import com.google.dart.compiler.ast.Modifiers;
import com.google.dart.compiler.common.SourceInfo;
import com.google.dart.compiler.type.Type;
-class VariableElementImplementation extends AbstractElement implements VariableElement {
+class VariableElementImplementation extends AbstractNodeElement implements VariableElement {
private final EnclosingElement owner;
private final ElementKind kind;
private final Modifiers modifiers;

Powered by Google App Engine
This is Rietveld 408576698