| Index: sdk/lib/html/src/FilteredElementList.dart
|
| diff --git a/sdk/lib/html/src/FilteredElementList.dart b/sdk/lib/html/src/FilteredElementList.dart
|
| index d055014e6632cdfdcfaa7e0d26cd3d788db5e08e..86a5787904d528029234dfbadcdf8b1040cc3ed7 100644
|
| --- a/sdk/lib/html/src/FilteredElementList.dart
|
| +++ b/sdk/lib/html/src/FilteredElementList.dart
|
| @@ -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;
|
| +
|
| class FilteredElementList implements List {
|
| final Node _node;
|
| final List<Node> _childNodes;
|
|
|