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

Unified Diff: pkg/front_end/lib/src/fasta/source/outline_builder.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/outline_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/outline_builder.dart b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
index f48afa3a387ef39590fb093c788d1d00ea8952a5..90f48f5eb8695d11bd23a19505524f462a9b7c44 100644
--- a/pkg/front_end/lib/src/fasta/source/outline_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
@@ -319,7 +319,8 @@ class OutlineBuilder extends UnhandledListener {
@override
void endNamedMixinApplication(
- Token classKeyword, Token implementsKeyword, Token endToken) {
+ Token classKeyword, Token equals, Token implementsKeyword,
+ Token endToken) {
debugEvent("endNamedMixinApplication");
List<TypeBuilder> interfaces = popIfNotNull(implementsKeyword);
TypeBuilder mixinApplication = pop();

Powered by Google App Engine
This is Rietveld 408576698