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

Unified Diff: pkg/front_end/lib/src/fasta/dill/dill_target.dart

Issue 2729913005: [Fasta] include source code in dill (Closed)
Patch Set: 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/dill/dill_target.dart
diff --git a/pkg/front_end/lib/src/fasta/dill/dill_target.dart b/pkg/front_end/lib/src/fasta/dill/dill_target.dart
index 5bc79aba4df1502c1dc8ae0c0e7fbd80e899fd86..37e7153105fb26ec1072011e6bc643a572e249df 100644
--- a/pkg/front_end/lib/src/fasta/dill/dill_target.dart
+++ b/pkg/front_end/lib/src/fasta/dill/dill_target.dart
@@ -31,7 +31,7 @@ class DillTarget extends TargetImplementation {
loader = new DillLoader(this);
}
- void addLineStarts(Uri uri, List<int> lineStarts) {
+ void addSourceInformation(Uri uri, List<int> lineStarts, String sourceCode) {
ahe 2017/03/03 12:30:32 This should probably be List<int>, not String.
internalError("Unsupported operation.");
}

Powered by Google App Engine
This is Rietveld 408576698