Chromium Code Reviews| 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 80c99cf227783fe24ea59ff572c93abb54b9a7f1..5850771b7ca63da4ff24261507f78fd8308db2cd 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. |