Index: src/string.js |
diff --git a/src/string.js b/src/string.js |
index be955c8c0699e840d7ce5f2c934f11e1cc0f04b0..4ac6089f3b0c3bfebcaf5209c40aaf8f48c5805d 100644 |
--- a/src/string.js |
+++ b/src/string.js |
@@ -957,7 +957,7 @@ function SetUpString() { |
// Set up the non-enumerable functions on the String prototype object. |
- InstallFunctionsOnHiddenPrototype($String.prototype, DONT_ENUM, $Array( |
+ InstallFunctions($String.prototype, DONT_ENUM, $Array( |
"valueOf", StringValueOf, |
"toString", StringToString, |
"charAt", StringCharAt, |