| Index: sdk/lib/collection/iterable.dart
|
| diff --git a/sdk/lib/collection/iterable.dart b/sdk/lib/collection/iterable.dart
|
| index fe002237ce6fc3e0725be78b39321831a6d3e741..667905a7012ec58167df5f97319b2c9c4fcdef71 100644
|
| --- a/sdk/lib/collection/iterable.dart
|
| +++ b/sdk/lib/collection/iterable.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of "dart:collection";
|
| +part of dart.collection;
|
|
|
| /**
|
| * This [Iterable] mixin implements all [Iterable] members except `iterator`.
|
|
|