| Index: sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate b/sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| index e21a04421ef9231b418f7ab17bc35b99da55fb5c..dd67fefb6b60373344e6721563a43a898393c3c6 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| // TODO(nweiz): when all implementations we target have the same name for the
|
| // coreimpl implementation of List<E>, extend that rather than wrapping.
|
| class _ListWrapper<E> implements List<E> {
|
|
|