Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index fe9cfd9b2f3956a807b5bff556a443a7a188f7c9..2e06263dfeb3fa558813ee47b09a1ecc29af35ba 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -77,6 +77,7 @@ namespace internal { |
| \ |
| /* Utilities */ \ |
| F(CheckIsBootstrapping, 0, 1) \ |
| + F(GetRootNaN, 0, 1) \ |
| F(Call, -1 /* >= 2 */, 1) \ |
| F(Apply, 5, 1) \ |
| F(GetFunctionDelegate, 1, 1) \ |