Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 7de7aa794d51aa236ea2944f3a5e1b92b618aeab..d53f943a1ca6cd1f919c4669a6f581be8d84d12a 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4894,7 +4894,9 @@ class Script: public Struct { |
| V(Math, exp, MathExp) \ |
| V(Math, sqrt, MathSqrt) \ |
| V(Math, pow, MathPow) \ |
| - V(Math, random, MathRandom) |
| + V(Math, random, MathRandom) \ |
| + V(Math, max, MathMax) \ |
| + V(Math, min, MathMin) |
| enum BuiltinFunctionId { |