| Index: pkg/front_end/lib/src/fasta/source/diet_listener.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/source/diet_listener.dart b/pkg/front_end/lib/src/fasta/source/diet_listener.dart
|
| index c1ea10db2b4837da06eeeb861a0e29e6ad4c244e..63b1723b9132119b83093d045ac1194bb106f5d5 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/diet_listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/diet_listener.dart
|
| @@ -120,7 +120,7 @@ class DietListener extends StackListener {
|
| }
|
|
|
| @override
|
| - void endMixinApplication() {
|
| + void endMixinApplication(Token withKeyword) {
|
| debugEvent("MixinApplication");
|
| }
|
|
|
|
|