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

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

Issue 2896003002: Fix incremental kernel generator. (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 | « no previous file | pkg/front_end/test/fasta/testing.json » ('j') | pkg/front_end/test/fasta/testing.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
diff --git a/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart b/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
index b761d73188bf97429f77d1ed86326157d2577d67..7761f31bb554c87ac46a83e389ee2928acd535e8 100644
--- a/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
+++ b/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
@@ -101,7 +101,7 @@ class IncrementalKernelGeneratorImpl implements IncrementalKernelGenerator {
CanonicalName nameRoot = new CanonicalName.root();
DillTarget dillTarget =
- new DillTarget(new Ticker(isVerbose: false), _uriTranslator);
+ new DillTarget(new Ticker(isVerbose: false), _uriTranslator, "vm");
scheglov 2017/05/22 16:05:06 Why not use new VmTarget() directly? Why should we
ahe 2017/05/22 16:09:56 Because I'm assuming that this is an option that s
List<_LibraryCycleResult> results = [];
await _logger.runAsync('Compute results for cycles', () async {
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/testing.json » ('j') | pkg/front_end/test/fasta/testing.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698