| 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 307cd0cea96e329577874641d1b269bf174c973d..82e768e0010b90aefa6b90f04a4be1341cdddafe 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 {
|
|
|