| Index: sdk/lib/html/templates/immutable_list_mixin.darttemplate
|
| diff --git a/sdk/lib/html/templates/immutable_list_mixin.darttemplate b/sdk/lib/html/templates/immutable_list_mixin.darttemplate
|
| index b6a4b8bdb12c745d1e0689bce45b716ac2215ab2..c6ea2ebde4c141a32a088f51c42f73b8e42bfaab 100644
|
| --- a/sdk/lib/html/templates/immutable_list_mixin.darttemplate
|
| +++ b/sdk/lib/html/templates/immutable_list_mixin.darttemplate
|
| @@ -3,7 +3,7 @@
|
|
|
| // From Iterable<$E>:
|
|
|
| - Iterator<$E> iterator() {
|
| + Iterator<$E> get iterator {
|
| // Note: NodeLists are not fixed size. And most probably length shouldn't
|
| // be cached in both iterator _and_ forEach method. For now caching it
|
| // for consistency.
|
|
|