Chromium Code Reviews| Index: src/math.js |
| diff --git a/src/math.js b/src/math.js |
| index 83bca9348efd6294b5e606f2a4f8655ec8471e1b..9225aaf9e5d2e4897e1c8a545ff92e4eeb5a69fb 100644 |
| --- a/src/math.js |
| +++ b/src/math.js |
| @@ -351,6 +351,7 @@ InstallFunctions($Math, DONT_ENUM, $Array( |
| )); |
| %SetInlineBuiltinFlag(MathCeil); |
| +%SetInlineBuiltinFlag(MathFloor); |
| %SetInlineBuiltinFlag(MathRandom); |
| // Keep reference to original values of some global properties. This |