| Index: tools/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| index 63d0e49176ad15d1b8c7e27499fd4a2765387530..5f3a0c9a81b04fd7ac460e19d0cf461f07e7181a 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -150,6 +150,10 @@ $endif
|
| return IterableMixinWorkaround.where(this, f);
|
| }
|
|
|
| + Iterable expand(Iterable f(Node element)) {
|
| + return IterableMixinWorkaround.expand(this, f);
|
| + }
|
| +
|
| bool every(bool f(Node element)) => IterableMixinWorkaround.every(this, f);
|
|
|
| bool any(bool f(Node element)) => IterableMixinWorkaround.any(this, f);
|
|
|