| 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;
|
|
|