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

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

Issue 2916083002: Use 'outline.dill' instead of 'platform.dill' in kernel isolate (Closed)
Patch Set: Adjust to the recent changes in master 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 | « no previous file | 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 23a53e4c67cd924530d25d0e864746bf28f24674..5404349a1071f27147998de04b48fa1feaab1604 100644
--- a/pkg/front_end/lib/src/fasta/fasta.dart
+++ b/pkg/front_end/lib/src/fasta/fasta.dart
@@ -207,7 +207,7 @@ Future<CompilationResult> parseScriptInFileSystem(
final DillTarget dillTarget = new DillTarget(
ticker, uriTranslator, backendTarget,
flags: new TargetFlags(strongMode: strongMode));
- _appendDillForUri(dillTarget, patchedSdk.resolve('platform.dill'));
+ _appendDillForUri(dillTarget, patchedSdk.resolve('outline.dill'));
final KernelTarget kernelTarget =
new KernelTarget(fileSystem, dillTarget, uriTranslator, strongMode);
kernelTarget.read(fileName);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698