| Index: src/regexp.js
|
| diff --git a/src/regexp.js b/src/regexp.js
|
| index 9db8e995b057c5d7c7d992bde3f409d6be04339d..9f89a6a1ac20863b98d5165003277776af7de7c3 100644
|
| --- a/src/regexp.js
|
| +++ b/src/regexp.js
|
| @@ -363,7 +363,7 @@ function RegExpMakeCaptureGetter(n) {
|
| GlobalRegExp.prototype, 'constructor', GlobalRegExp, DONT_ENUM);
|
| %SetCode(GlobalRegExp, RegExpConstructor);
|
|
|
| -InstallFunctions(GlobalRegExp.prototype, DONT_ENUM, [
|
| +$installFunctions(GlobalRegExp.prototype, DONT_ENUM, [
|
| "exec", RegExpExecJS,
|
| "test", RegExpTest,
|
| "toString", RegExpToString,
|
|
|