Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 902cd8dbfbee28da32f290b89cdc1329e840339d..7490d3708d1df17f01f1eae92e6287c7c6b8e2fb 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -538,7 +538,7 @@ class Isolate; |
/* ES6 section 20.2.2.23 Math.log2 ( x ) */ \ |
TFJ(MathLog2, 1) \ |
/* ES6 section 20.2.2.24 Math.max ( value1, value2 , ...values ) */ \ |
- ASM(MathMax) \ |
+ TFJ(MathMax, SharedFunctionInfo::kDontAdaptArgumentsSentinel) \ |
/* ES6 section 20.2.2.25 Math.min ( value1, value2 , ...values ) */ \ |
ASM(MathMin) \ |
/* ES6 section 20.2.2.26 Math.pow ( x, y ) */ \ |