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

Unified Diff: pkg/kernel/lib/ast.dart

Issue 2729913005: [Fasta] include source code in dill (Closed)
Patch Set: Addressed comments 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/kernel/lib/ast.dart
diff --git a/pkg/kernel/lib/ast.dart b/pkg/kernel/lib/ast.dart
index aafafcd077580d52263a7f468cbfc84a0ddb0ff2..5e7b12ce0e666d10f62c62f87ce5a2dfc86974dd 100644
--- a/pkg/kernel/lib/ast.dart
+++ b/pkg/kernel/lib/ast.dart
@@ -4019,7 +4019,7 @@ class _ChildReplacer extends Transformer {
class Source {
final List<int> lineStarts;
- final String source;
+ final List<int> source;
Source(this.lineStarts, this.source);
}

Powered by Google App Engine
This is Rietveld 408576698