Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 17e5260270eb97d0ef7c31eb44bb6dac37916694..78cd6e0ca40766d165860304ac0886d133efbb4a 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -362,7 +362,6 @@ namespace internal { |
| F(MathPow, 2, 1) \ |
| F(MathPowRT, 2, 1) \ |
| F(RoundNumber, 1, 1) \ |
| - F(MathSqrt, 1, 1) \ |
| F(GenerateRandomNumbers, 1, 1) |