| Index: src/date.js
|
| diff --git a/src/date.js b/src/date.js
|
| index 8d7d5d8b5ee1ab224db92c911a64ccf41b610e6f..6de8355d8c431e895282c1a51287c2caef3d6a18 100644
|
| --- a/src/date.js
|
| +++ b/src/date.js
|
| @@ -1062,7 +1062,7 @@ function SetUpDate() {
|
|
|
| // Set up non-enumerable functions of the Date prototype object and
|
| // set their names.
|
| - InstallFunctionsOnHiddenPrototype($Date.prototype, DONT_ENUM, $Array(
|
| + InstallFunctions($Date.prototype, DONT_ENUM, $Array(
|
| "toString", DateToString,
|
| "toDateString", DateToDateString,
|
| "toTimeString", DateToTimeString,
|
|
|