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