| Index: compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java b/compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
|
| index e194080bc632007b38f3c34367633d4c89a9bff7..c3c19d5209f4a8b13f3dc4128716818313d7a8c2 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
|
| @@ -16,7 +16,7 @@ import com.google.dart.compiler.type.Types;
|
| * <p>
|
| * For example, in {@code class Foo<T> ... } , {@code T} is a type variable.
|
| */
|
| -class TypeVariableElementImplementation extends AbstractElement implements TypeVariableElement {
|
| +class TypeVariableElementImplementation extends AbstractNodeElement implements TypeVariableElement {
|
|
|
| private final EnclosingElement owner;
|
| private TypeVariable type;
|
|
|