| Index: client/dom/generated/src/wrapping/_Int32ArrayWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_Int32ArrayWrappingImplementation.dart b/client/dom/generated/src/wrapping/_Int32ArrayWrappingImplementation.dart
|
| index 6b72e436b3a85f159eb960bb3e7a9d9955637c57..ece1c62ae552891110e52ce9ea44155835e93f54 100644
|
| --- a/client/dom/generated/src/wrapping/_Int32ArrayWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_Int32ArrayWrappingImplementation.dart
|
| @@ -67,6 +67,10 @@ class _Int32ArrayWrappingImplementation extends _ArrayBufferViewWrappingImplemen
|
| _Collections.forEach(this, f);
|
| }
|
|
|
| + Collection map(f(int element)) {
|
| + return _Collections.map(this, [], f);
|
| + }
|
| +
|
| Collection<int> filter(bool f(int element)) {
|
| return _Collections.filter(this, new List<int>(), f);
|
| }
|
|
|