Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 5a5aca2ad157bcf11025bda3ebea3f37c50c60e2..45d105f0ebcfca82d19f8bab7910af221e7a51a0 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -6619,7 +6619,8 @@ class Script: public Struct { |
| V(Math, atan2, MathAtan2) \ |
| V(Math, imul, MathImul) \ |
| V(Math, clz32, MathClz32) \ |
| - V(Math, fround, MathFround) |
| + V(Math, fround, MathFround) \ |
| + V(Math, trunc, MathTrunc) |
| #define ATOMIC_FUNCTIONS_WITH_ID_LIST(V) \ |
| V(Atomics, load, AtomicsLoad) \ |