Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: pkg/front_end/lib/src/fasta/source/diet_listener.dart

Issue 2710803002: Pass '=' to endNamedMixinApplication(). (Closed)
Patch Set: Update pkg/compiler too. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8db4b0dff1578f89b25c3fd58ec857ca4576c5ec..b611c770f6bdcf838dc78a941d494ea137a48790 100644
--- a/pkg/front_end/lib/src/fasta/source/diet_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/diet_listener.dart
@@ -462,7 +462,8 @@ class DietListener extends StackListener {
@override
void endNamedMixinApplication(
- Token classKeyword, Token implementsKeyword, Token endToken) {
+ Token classKeyword, Token equals, Token implementsKeyword,
+ Token endToken) {
debugEvent("NamedMixinApplication");
pop(); // Name.
checkEmpty(classKeyword.charOffset);

Powered by Google App Engine
This is Rietveld 408576698