| Index: compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
|
| diff --git a/compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java b/compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
|
| index 710abfad872738f6f19c1909d2607e68719b68c5..9ba1bb408189f8aab122ab325ab72ee8c07c7e60 100644
|
| --- a/compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
|
| +++ b/compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
|
| @@ -90,7 +90,7 @@ public interface DartPlainVisitor<R> {
|
|
|
| R visitParameter(DartParameter node);
|
|
|
| - R visitParameterizedNode(DartParameterizedNode node);
|
| + R visitParameterizedTypeNode(DartParameterizedTypeNode node);
|
|
|
| R visitParenthesizedExpression(DartParenthesizedExpression node);
|
|
|
|
|