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

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

Issue 2871573003: Update DeltaProgram API and documentation. (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
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 ed55f92b89d507c2e18a17c747ad924e5a2b7f9a..9739aa4473dbc6bc7c6ddf15c5d5c9ad2075c9ff 100644
--- a/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
+++ b/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
@@ -62,7 +62,7 @@ class IncrementalKernelGeneratorImpl implements IncrementalKernelGenerator {
// TODO(scheglov) Replace with a better API.
Program program = await kernelTarget.writeProgram(null);
- return new DeltaProgram({_entryPoint: program});
+ return new DeltaProgram(program);
}
@override

Powered by Google App Engine
This is Rietveld 408576698