Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 44af168a310ca54c9a68e0977cd306bb2bfdcbe6..9054fc79a19249091fb4d302205bd429d6e36c02 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -221,7 +221,8 @@ namespace internal { |
| F(NumberToRadixString, 2, 1) \ |
| F(NumberToFixed, 2, 1) \ |
| F(NumberToExponential, 2, 1) \ |
| - F(NumberToPrecision, 2, 1) |
| + F(NumberToPrecision, 2, 1) \ |
| + F(IsValidSmi, 1, 1) |
| #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ |