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

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

Issue 2880443005: Remove one more use of DillTarget.read that broke compiler/tool/generate_kernel. (Closed)
Patch Set: Created 3 years, 7 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/compiler/tool/generate_kernel_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/fasta.dart
diff --git a/pkg/front_end/lib/src/fasta/fasta.dart b/pkg/front_end/lib/src/fasta/fasta.dart
index 6076090b22593cbd3e4b665cf9c4b871c2f60a32..953283c92a6ab51bf7f2aac4f96826c5ade8ac40 100644
--- a/pkg/front_end/lib/src/fasta/fasta.dart
+++ b/pkg/front_end/lib/src/fasta/fasta.dart
@@ -133,7 +133,7 @@ class CompileTask {
}
Uri platform = c.options.platform;
if (platform != null) {
- dillTarget.read(platform);
+ _appendDillForUri(dillTarget, platform);
}
String argument = c.options.arguments.first;
Uri uri = Uri.base.resolve(argument);
« no previous file with comments | « pkg/compiler/tool/generate_kernel_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698