| Index: src/array.js
|
| diff --git a/src/array.js b/src/array.js
|
| index e0cd16a95133a9292e9a1bbbb35ab7091109f83e..3e01a74bc29305fb6ce9145fb6b493448bcb26dd 100644
|
| --- a/src/array.js
|
| +++ b/src/array.js
|
| @@ -1385,7 +1385,7 @@ function SetUpArray() {
|
| // set their names.
|
| // Manipulate the length of some of the functions to meet
|
| // expectations set by ECMA-262 or Mozilla.
|
| - InstallFunctionsOnHiddenPrototype($Array.prototype, DONT_ENUM, $Array(
|
| + InstallFunctions($Array.prototype, DONT_ENUM, $Array(
|
| "toString", getFunction("toString", ArrayToString),
|
| "toLocaleString", getFunction("toLocaleString", ArrayToLocaleString),
|
| "join", getFunction("join", ArrayJoin),
|
|
|