| 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 d63c35156185a69e07d56efd0223300c3a8a18e5..b113a5aaf7b3e905e603e5b4647199ddf2dc8e88 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -247,6 +247,8 @@ $endif
|
| }
|
|
|
| Node operator[](int index) => _this.$dom_childNodes[index];
|
| +
|
| + Map<int, Node> asMap() => IterableMixinWorkaround.asMapList(this);
|
| }
|
|
|
| $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|