| 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 51b8cc2e2c875a17c8cb0908a489104a6b4c1638..e23c5d81c2cfbaea9e6ff972e4b9e8bf99439b3a 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -189,6 +189,9 @@ $endif
|
| return this[index];
|
| }
|
|
|
| + List<Node> get reversed =>
|
| + new ReversedListView<Node>(this, 0, null);
|
| +
|
| // TODO(jacobr): this could be implemented for child node lists.
|
| // The exception we throw here is misleading.
|
| void sort([int compare(Node a, Node b)]) {
|
|
|