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

Unified Diff: pkg/compiler/lib/src/library_loader.dart

Issue 2150533002: Serialize data for LibraryElement.getImportsFor (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/compiler/lib/src/library_loader.dart
diff --git a/pkg/compiler/lib/src/library_loader.dart b/pkg/compiler/lib/src/library_loader.dart
index be0cb41499551e76dde6f66fecb715fbc4dac788..7060f9139dc43a76f3275926664c9e485be10e6b 100644
--- a/pkg/compiler/lib/src/library_loader.dart
+++ b/pkg/compiler/lib/src/library_loader.dart
@@ -548,7 +548,7 @@ class _LibraryLoaderTask extends CompilerTask implements LibraryLoaderTask {
handler.registerDependency(
library,
new SyntheticImportElement(
- library.entryCompilationUnit, Uris.dart_core),
+ library.entryCompilationUnit, Uris.dart_core, coreLibrary),
coreLibrary);
});
}

Powered by Google App Engine
This is Rietveld 408576698