Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 2b437da91139b565e9acefe0a473f87c38e7d42b..fb9c5762c90ccda8a12d55c34777f05678e21e7f 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -483,7 +483,8 @@ namespace internal { |
| F(StrictEquals, 2, 1) \ |
| F(InstanceOf, 2, 1) \ |
| F(HasInPrototypeChain, 2, 1) \ |
| - F(CreateIterResultObject, 2, 1) |
| + F(CreateIterResultObject, 2, 1) \ |
| + F(IsAccessCheckNeeded, 1, 1) |
| #define FOR_EACH_INTRINSIC_OBSERVE(F) \ |