Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 668021d876b086a60c7021d5b87bb38bcaa91e15..7018099a53018e3eebcbcd8240100fcd786b7e45 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -388,7 +388,6 @@ namespace internal { |
| F(RoundNumber, 1, 1) \ |
| F(MathSqrt, 1, 1) \ |
| F(MathFround, 1, 1) \ |
| - F(IsMinusZero, 1, 1) \ |
| F(GenerateRandomNumbers, 1, 1) |