| Index: src/string.js
|
| ===================================================================
|
| --- src/string.js (revision 1845)
|
| +++ src/string.js (working copy)
|
| @@ -831,9 +831,7 @@
|
|
|
|
|
| // Setup the non-enumerable functions on the String prototype object.
|
| - // Use DONT_DELETE due to
|
| - // http://code.google.com/p/chromium/issues/detail?id=1717
|
| - InstallFunctions($String.prototype, DONT_ENUM | DONT_DELETE, $Array(
|
| + InstallFunctions($String.prototype, DONT_ENUM, $Array(
|
| "valueOf", StringValueOf,
|
| "toString", StringToString,
|
| "charAt", StringCharAt,
|
|
|