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

Unified Diff: pkg/fasta/lib/src/compile_platform.dart

Issue 2644633004: Updated to kernel changes in master. (Closed)
Patch Set: 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/analyzer/mock_type.dart ('k') | pkg/fasta/lib/src/kernel/kernel_target.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fasta/lib/src/compile_platform.dart
diff --git a/pkg/fasta/lib/src/compile_platform.dart b/pkg/fasta/lib/src/compile_platform.dart
index 4c4b6e3430628d2ff9e63c9ae336e311f1e108ef..6a381d75697cac286e42074bc6dc32850695a802 100644
--- a/pkg/fasta/lib/src/compile_platform.dart
+++ b/pkg/fasta/lib/src/compile_platform.dart
@@ -98,7 +98,7 @@ main(List<String> arguments) async {
program = new Program(
program.libraries.where(
(Library l) => l.importUri.scheme == "dart").toList(),
- program.uriToLineStarts);
+ program.uriToSource);
if (loader.errors.isNotEmpty) {
inputError(null, null, loader.errors.join("\n"));
}
« no previous file with comments | « pkg/fasta/lib/src/analyzer/mock_type.dart ('k') | pkg/fasta/lib/src/kernel/kernel_target.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698