summaryrefslogtreecommitdiff
path: root/deps/v8/src/math.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/math.js')
-rw-r--r--deps/v8/src/math.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/math.js b/deps/v8/src/math.js
index aee56af4f..8e735c4a6 100644
--- a/deps/v8/src/math.js
+++ b/deps/v8/src/math.js
@@ -30,6 +30,7 @@
// has the added benefit that the code in this file is isolated from
// changes to these properties.
var $floor = MathFloor;
+var $random = MathRandom;
var $abs = MathAbs;
// Instance class name can only be set on functions. That is the only