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

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

Issue 2898183002: Prepare for development branch by updating externally-used API. (Closed)
Patch Set: Minor tweaks found during testing. 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/front_end/lib/src/fasta/target_implementation.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/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 05e88e2a392f24d2618374ace8f9a5bb9c041adf..e1113c1c4a7db0b246ff457f0f8a3ec8a91c317e 100644
--- a/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
+++ b/pkg/front_end/lib/src/incremental_kernel_generator_impl.dart
@@ -246,7 +246,7 @@ class IncrementalKernelGeneratorImpl implements IncrementalKernelGenerator {
FileState file = uriToFile[library.uri];
for (NamespaceExport export in file.exports) {
DillLibraryBuilder exportedLibrary =
- dillTarget.loader.read(export.library.uri);
+ dillTarget.loader.read(export.library.uri, -1, accessor: library);
if (exportedLibrary != null) {
exportedLibrary.exports.forEach((name, member) {
if (export.isExposed(name) &&
« no previous file with comments | « pkg/front_end/lib/src/fasta/target_implementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698