Index: src/regexp.js |
diff --git a/src/regexp.js b/src/regexp.js |
index 9f89a6a1ac20863b98d5165003277776af7de7c3..9db8e995b057c5d7c7d992bde3f409d6be04339d 100644 |
--- a/src/regexp.js |
+++ b/src/regexp.js |
@@ -363,7 +363,7 @@ |
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, |