| 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 3b2942df9b6e922626029d4b2b3849d9ecf132e1..f8befaf443c6cfbd5430a27e6fa50004c8a15de8 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/library_loader.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/library_loader.dart
|
| @@ -534,7 +534,7 @@ class LibraryDependencyNode {
|
| * Registers the compute export scope with the node library.
|
| */
|
| void registerExports() {
|
| - library.setExports(exportScope.values);
|
| + library.setExports(exportScope.values.toList());
|
| }
|
|
|
| /**
|
|
|