| Index: sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| index a790e6ed8c3c19e74c3499b9b739076b56c4e345..0ad0b85b5e80e94a6c0423a982dd6b2eaa8856b3 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| @@ -450,7 +450,7 @@ class DartBackend extends Backend {
|
| }
|
|
|
| void logResultBundleSizeInfo(Set<Element> topLevelElements) {
|
| - Collection<LibraryElement> referencedLibraries =
|
| + Iterable<LibraryElement> referencedLibraries =
|
| compiler.libraries.values.where(isUserLibrary);
|
| // Sum total size of scripts in each referenced library.
|
| int nonPlatformSize = 0;
|
|
|