| Index: src/array-iterator.js
|
| diff --git a/src/array-iterator.js b/src/array-iterator.js
|
| index f04d6c974a4d41ea27347afde466ec1166e38d31..cd5cd835bc747907e91ccbf4b43eb44889cec420 100644
|
| --- a/src/array-iterator.js
|
| +++ b/src/array-iterator.js
|
| @@ -120,8 +120,8 @@ function ExtendArrayPrototype() {
|
| %CheckIsBootstrapping();
|
|
|
| InstallFunctions($Array.prototype, DONT_ENUM, $Array(
|
| + // No 'values' since it breaks webcompat: http://crbug.com/409858
|
| 'entries', ArrayEntries,
|
| - 'values', ArrayValues,
|
| 'keys', ArrayKeys
|
| ));
|
|
|
|
|