| Index: pkg/front_end/lib/src/fasta/compile_platform.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/compile_platform.dart b/pkg/front_end/lib/src/fasta/compile_platform.dart
|
| index 24e8cf2fa8e2cc5f3b2531c28e278ca9fcf3b904..55f8cadacc0c6f94a9d10ac421bdec55fac92bb9 100644
|
| --- a/pkg/front_end/lib/src/fasta/compile_platform.dart
|
| +++ b/pkg/front_end/lib/src/fasta/compile_platform.dart
|
| @@ -74,7 +74,8 @@ Future compilePlatformInternal(CompilerContext c, Ticker ticker, Uri patchedSdk,
|
| uriTranslator, c.options.strongMode, c.uriToSource);
|
|
|
| kernelTarget.read(Uri.parse("dart:core"));
|
| - await dillTarget.writeOutline(null);
|
| + await dillTarget.computeOutline();
|
| + await kernelTarget.computeOutline();
|
| await kernelTarget.writeOutline(outlineOutput);
|
|
|
| if (exitCode != 0) return null;
|
|
|