Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 23e91f2ae9e9b64cdf19bd3ce3410e1082508980..cc19bee22717b455dac3f0a4aaa1dd0a7034ec51 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -219,7 +219,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) \ |