Chromium Code Reviews| Index: src/string.js |
| =================================================================== |
| --- src/string.js (revision 1865) |
| +++ src/string.js (working copy) |
| @@ -831,7 +831,7 @@ |
| // Setup the non-enumerable functions on the String prototype object. |
| - InstallFunctions($String.prototype, DONT_ENUM, $Array( |
| + InstallFunctionsOnHiddenPrototype($String.prototype, DONT_ENUM, $Array( |
| "valueOf", StringValueOf, |
| "toString", StringToString, |
| "charAt", StringCharAt, |