Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index b3804fc371e40d3faa3d040f0e1ac9a8421e9bd6..07803b219c17e4e89fefcc7830ba78e75e915b2e 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -384,6 +384,7 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_OBJECT(F) \ |
| F(GetPrototype, 1, 1) \ |
| + F(ObjectHasOwnProperty, 2, 1) \ |
| F(InternalSetPrototype, 2, 1) \ |
| F(SetPrototype, 2, 1) \ |
| F(GetOwnProperty_Legacy, 2, 1) \ |