| Index: pkg/front_end/lib/src/fasta/parser/listener.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/parser/listener.dart b/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| index 27157e8d8d24706bb14c927311e1d8f75165bf7a..2a6cd003c2cc52e39be540b3cbdb775c3cde5956 100644
|
| --- a/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| @@ -212,8 +212,8 @@ class Listener {
|
| logEvent("ForStatementBody");
|
| }
|
|
|
| - void endForIn(
|
| - Token awaitToken, Token forToken, Token inKeyword, Token endToken) {
|
| + void endForIn(Token awaitToken, Token forToken, Token leftParenthesis,
|
| + Token inKeyword, Token rightParenthesis, Token endToken) {
|
| logEvent("ForIn");
|
| }
|
|
|
|
|