Chromium Code Reviews| Index: src/js/math.js |
| diff --git a/src/js/math.js b/src/js/math.js |
| index 3e8490aa1567f22bb33664fcba92150632d8b707..74d3aa6562f593f3e9283259410348db20a2d862 100644 |
| --- a/src/js/math.js |
| +++ b/src/js/math.js |
| @@ -144,7 +144,6 @@ utils.InstallFunctions(GlobalMath, DONT_ENUM, [ |
| "hypot", MathHypot, |
| ]); |
| -%SetForceInlineFlag(MathAbs); |
| %SetForceInlineFlag(MathRandom); |
| %SetForceInlineFlag(MathSign); |