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

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

Issue 2650803002: Rename events. (Closed)
Patch Set: Address review comments. Created 3 years, 11 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
« no previous file with comments | « pkg/fasta/lib/src/kernel/body_builder.dart ('k') | pkg/fasta/lib/src/source/outline_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fasta/lib/src/source/diet_listener.dart
diff --git a/pkg/fasta/lib/src/source/diet_listener.dart b/pkg/fasta/lib/src/source/diet_listener.dart
index 6e63f0c48e3d0cd5f47dff6943d0ed575354d38f..688590e71e4709adee6501381c45001408f5e17b 100644
--- a/pkg/fasta/lib/src/source/diet_listener.dart
+++ b/pkg/fasta/lib/src/source/diet_listener.dart
@@ -127,8 +127,8 @@ class DietListener extends StackListener {
debugEvent("TypeArguments");
}
- void endInitializer(Token assignmentOperator) {
- debugEvent("Initializer");
+ void endFieldInitializer(Token assignmentOperator) {
+ debugEvent("FieldInitializer");
}
void handleNoTypeVariables(Token token) {
« no previous file with comments | « pkg/fasta/lib/src/kernel/body_builder.dart ('k') | pkg/fasta/lib/src/source/outline_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698