| Index: lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| diff --git a/lib/html/templates/html/impl/impl_NodeList.darttemplate b/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| index bd5749e7043a0098efd29702da30f54d27681e6a..53972b937a2e5e8b51cd6e9ddc16e4e418811b66 100644
|
| --- a/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| +++ b/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| @@ -69,7 +69,7 @@ class _ListWrapper<E> implements List<E> {
|
| * This class is used to insure the results of list operations are NodeLists
|
| * instead of lists.
|
| */
|
| -class _NodeListWrapper extends _ListWrapper<Node> implements NodeList {
|
| +class _NodeListWrapper extends _ListWrapper<Node> implements List {
|
| _NodeListWrapper(List list) : super(list);
|
|
|
| List<Node> filter(bool f(Node element)) =>
|
|
|