| 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 56d2d11ca16a214c0b0e5141c1c47a3a74328ab9..8aa2428487258054f108cd3e89f0a5b860b44667 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -63,11 +63,6 @@ $endif
|
| _this.append(value);
|
| }
|
|
|
| - void addLast(Node value) {
|
| - _this.append(value);
|
| - }
|
| -
|
| -
|
| void addAll(Iterable<Node> iterable) {
|
| if (iterable is _ChildNodeListLazy) {
|
| if (!identical(iterable._this, _this)) {
|
|
|