| Index: client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart
|
| index b01cc15380fcad13608bd3214a55128535b97292..62334bb213eadeb0f67671d1cb7cbd9fa7e2ed5d 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLCollectionWrappingImplementation.dart
|
| @@ -66,6 +66,10 @@ class _HTMLCollectionWrappingImplementation extends DOMWrapperBase implements HT
|
| _Collections.forEach(this, f);
|
| }
|
|
|
| + Collection map(f(Node element)) {
|
| + return _Collections.map(this, [], f);
|
| + }
|
| +
|
| Collection<Node> filter(bool f(Node element)) {
|
| return _Collections.filter(this, new List<Node>(), f);
|
| }
|
|
|