Index: src/regexp.js |
diff --git a/src/regexp.js b/src/regexp.js |
index bf75ca1b011e4f5a30013a84621a9d9e3b5a882b..e717b26158c0258c24d147034f337684ae4e8972 100644 |
--- a/src/regexp.js |
+++ b/src/regexp.js |
@@ -16,6 +16,10 @@ var harmony_unicode_regexps = false; |
var GlobalRegExp = global.RegExp; |
var InternalPackedArray = utils.InternalPackedArray; |
+utils.Import(function(from) { |
+ ToNumber = from.ToNumber; |
+}); |
+ |
// ------------------------------------------------------------------- |
// Property of the builtins object for recording the result of the last |