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

Unified Diff: pkg/front_end/lib/src/fasta/target_implementation.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/target_implementation.dart
diff --git a/pkg/front_end/lib/src/fasta/target_implementation.dart b/pkg/front_end/lib/src/fasta/target_implementation.dart
index a2adbcea8ab4d2a6b87016b85197b9579716e749..9ecedbc4dfa18ae4a75dfc6b138b78e72c063a13 100644
--- a/pkg/front_end/lib/src/fasta/target_implementation.dart
+++ b/pkg/front_end/lib/src/fasta/target_implementation.dart
@@ -65,5 +65,5 @@ abstract class TargetImplementation extends Target {
}
}
- void addLineStarts(Uri uri, List<int> lineStarts);
+ void addSourceInformation(Uri uri, List<int> lineStarts, String sourceCode);
}

Powered by Google App Engine
This is Rietveld 408576698