| Index: src/regexp.js
|
| diff --git a/src/regexp.js b/src/regexp.js
|
| index d7883fb693731769457836b5472af1e7637b854f..1a2a4f0eb711a71d27ada0c08975dee2e6f886dc 100644
|
| --- a/src/regexp.js
|
| +++ b/src/regexp.js
|
| @@ -410,8 +410,6 @@ function SetUpRegExp() {
|
| RegExpSetInput, DONT_DELETE);
|
| %DefineAccessorPropertyUnchecked($RegExp, '$_', RegExpGetInput,
|
| RegExpSetInput, DONT_ENUM | DONT_DELETE);
|
| - %DefineAccessorPropertyUnchecked($RegExp, '$input', RegExpGetInput,
|
| - RegExpSetInput, DONT_ENUM | DONT_DELETE);
|
|
|
| // The properties multiline and $* are aliases for each other. When this
|
| // value is set in SpiderMonkey, the value it is set to is coerced to a
|
|
|