| Index: sdk/lib/_internal/compiler/implementation/library_loader.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/library_loader.dart b/sdk/lib/_internal/compiler/implementation/library_loader.dart
|
| index e405dcfd56fa36ca2dd850326aad8590228ec0e3..9ac6cfda4a10f11fdaf9f665fc4bf28ecd86be9a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/library_loader.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/library_loader.dart
|
| @@ -565,7 +565,7 @@ class ImportLink {
|
| });
|
| } else {
|
| importedLibrary.forEachExport((Element element) {
|
| - compiler.withCurrentElement(element, () {
|
| + compiler.withCurrentElement(importingLibrary, () {
|
| if (combinatorFilter.exclude(element)) return;
|
| importingLibrary.addImport(element, import, compiler);
|
| });
|
|
|