| 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 2a751d74a3e5635418a7950e6da615877b241cc6..47382cf724d4110e45cfa7811a73fdc3a7580536 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -291,8 +291,6 @@ $if JSINTEROP
|
| */
|
| @DomName('Node.childNodes')
|
| @DocsEditable()
|
| - @Returns('NodeList')
|
| - @Creates('NodeList')
|
| List<Node> get childNodes {
|
| if (_childNodes == null) {
|
| List<Node> nodes = new List<Node>();
|
| @@ -318,8 +316,6 @@ $else
|
| */
|
| @DomName('Node.childNodes')
|
| @DocsEditable()
|
| - @Returns('NodeList')
|
| - @Creates('NodeList')
|
| List<Node> get childNodes => _blink.BlinkNode.instance.childNodes_Getter_(this);
|
| $else
|
| /**
|
|
|