| Index: compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java (revision 12211)
|
| +++ compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java (working copy)
|
| @@ -114,7 +114,7 @@
|
|
|
| R visitThisExpression(DartThisExpression node);
|
|
|
| - R visitThrowStatement(DartThrowStatement node);
|
| + R visitThrowExpression(DartThrowExpression node);
|
|
|
| R visitCatchBlock(DartCatchBlock node);
|
|
|
|
|