| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 5499b22cfaa3c634021f5f0c715f72b505882a14..eda0836079da41826aa4fb93b2d0f670e588ea60 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -145,7 +145,7 @@ class _ChildrenElementList implements List {
|
| }
|
| }
|
|
|
| - List<Element> get reversed {
|
| + Iterable<Element> get reversed {
|
| return IterableMixinWorkaround.reversedList(this);
|
| }
|
|
|
| @@ -379,7 +379,7 @@ class _FrozenElementList implements List {
|
| throw new UnsupportedError('');
|
| }
|
|
|
| - List<Element> get reversed {
|
| + Iterable<Element> get reversed {
|
| return IterableMixinWorkaround.reversedList(this);
|
| }
|
|
|
|
|