Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 2d475bbec2b078eecc867fb94e5f643585754508..602a679e8b18a5fb8f0baa3cb3b2212de9c7f2e0 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -380,7 +380,8 @@ namespace internal { |
| F(MaxSmi, 0, 1) \ |
| F(NumberToString, 1, 1) \ |
| F(IsSmi, 1, 1) \ |
| - F(IsNonNegativeSmi, 1, 1) |
| + F(IsNonNegativeSmi, 1, 1) \ |
| + F(GetRootNaN, 0, 1) |
| #define FOR_EACH_INTRINSIC_OBJECT(F) \ |