Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index bef1d877f37535604ab1ad41e9b9c9d242f8bec9..7de7aa794d51aa236ea2944f3a5e1b92b618aeab 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4893,7 +4893,8 @@ class Script: public Struct { |
V(Math, atan, MathATan) \ |
V(Math, exp, MathExp) \ |
V(Math, sqrt, MathSqrt) \ |
- V(Math, pow, MathPow) |
+ V(Math, pow, MathPow) \ |
+ V(Math, random, MathRandom) |
enum BuiltinFunctionId { |