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

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

Issue 2743633003: [fasta] Add and correct more offsets (Closed)
Patch Set: Fix long line Created 3 years, 9 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 63b1723b9132119b83093d045ac1194bb106f5d5..edd4c1258729e929b1a4453a8e01dbe097193f14 100644
--- a/pkg/front_end/lib/src/fasta/source/diet_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/diet_listener.dart
@@ -256,7 +256,7 @@ class DietListener extends StackListener {
}
@override
- void endLiteralString(int interpolationCount) {
+ void endLiteralString(int interpolationCount, Token endToken) {
debugEvent("endLiteralString");
discard(interpolationCount);
}

Powered by Google App Engine
This is Rietveld 408576698