| Index: client/dom/generated/src/wrapping/_Int8ArrayWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_Int8ArrayWrappingImplementation.dart b/client/dom/generated/src/wrapping/_Int8ArrayWrappingImplementation.dart
|
| index be5f75a632f25ddbc33d442cdd53cb96b719521e..55a5d48556e78385d5ab0e5ed872b44a86f0e506 100644
|
| --- a/client/dom/generated/src/wrapping/_Int8ArrayWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_Int8ArrayWrappingImplementation.dart
|
| @@ -67,6 +67,10 @@ class _Int8ArrayWrappingImplementation extends _ArrayBufferViewWrappingImplement
|
| _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);
|
| }
|
|
|