| Index: compiler/javatests/com/google/dart/compiler/parser/ParserEventsTest.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/parser/ParserEventsTest.java (revision 12211)
|
| +++ compiler/javatests/com/google/dart/compiler/parser/ParserEventsTest.java (working copy)
|
| @@ -539,8 +539,8 @@
|
| }
|
|
|
| @Override
|
| - protected void beginThrowStatement() {
|
| - super.beginThrowStatement();
|
| + protected void beginThrowExpression() {
|
| + super.beginThrowExpression();
|
| recordMark(ThrowStatement);
|
| }
|
|
|
|
|