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