| Index: src/js/array-iterator.js
|
| diff --git a/src/js/array-iterator.js b/src/js/array-iterator.js
|
| index 2609ebdd73622143eb78d298aa557b02707908d6..2ab6c8c1cb0b58a49e78857759b1409d2033a8c8 100644
|
| --- a/src/js/array-iterator.js
|
| +++ b/src/js/array-iterator.js
|
| @@ -117,8 +117,6 @@ utils.InstallFunctions(ArrayIterator.prototype, DONT_ENUM, [
|
| 'next', ArrayIteratorNext
|
| ]);
|
| utils.SetFunctionName(ArrayIteratorIterator, iteratorSymbol);
|
| -%AddNamedProperty(ArrayIterator.prototype, iteratorSymbol,
|
| - ArrayIteratorIterator, DONT_ENUM);
|
| %AddNamedProperty(ArrayIterator.prototype, toStringTagSymbol,
|
| "Array Iterator", READ_ONLY | DONT_ENUM);
|
|
|
|
|