| Index: src/harmony-typedarray.js
|
| diff --git a/src/harmony-typedarray.js b/src/harmony-typedarray.js
|
| index cd220dae832e2e1dfdc9480b979951e53f2c27b6..900669806467c97fc2ae815094c74f2b7d98e049 100644
|
| --- a/src/harmony-typedarray.js
|
| +++ b/src/harmony-typedarray.js
|
| @@ -398,7 +398,8 @@ macro EXTEND_TYPED_ARRAY(NAME)
|
| "join", TypedArrayJoin,
|
| "lastIndexOf", TypedArrayLastIndexOf,
|
| "forEach", TypedArrayForEach,
|
| - "map", TypedArrayMap,
|
| + // BUG(chromium:524392): Ship TypedArray.map once it doesn't break the web
|
| + // "map", TypedArrayMap,
|
| "reduce", TypedArrayReduce,
|
| "reduceRight", TypedArrayReduceRight,
|
| "reverse", TypedArrayReverse,
|
|
|