Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 9c7c379e45b496c37b1caa081e6e93eaf62e6867..0b89104f6710cdf4bd0ea8cee07ba864817ad9f1 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -383,6 +383,7 @@ namespace internal { |
| F(Abort, 1, 1) \ |
| F(AbortJS, 1, 1) \ |
| F(NativeScriptsCount, 0, 1) \ |
| + F(RenderCallSite, 0, 1) \ |
| /* ES5 */ \ |
| F(OwnKeys, 1, 1) \ |
| \ |