Chromium Code Reviews| Index: src/date-delay.js |
| =================================================================== |
| --- src/date-delay.js (revision 1865) |
| +++ src/date-delay.js (working copy) |
| @@ -1019,7 +1019,7 @@ |
| // Setup non-enumerable functions of the Date prototype object and |
| // set their names. |
| - InstallFunctions($Date.prototype, DONT_ENUM, $Array( |
| + InstallFunctionsOnHiddenPrototype($Date.prototype, DONT_ENUM, $Array( |
| "toString", DateToString, |
| "toDateString", DateToDateString, |
| "toTimeString", DateToTimeString, |