Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 114f424e4826504a9071bc72ac5a72978ea0d859..cfd67ba891393dc2649e53694e79d3c738269d4a 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -414,6 +414,7 @@ |
| F(GetPrototype, 1, 1) \ |
| F(InternalSetPrototype, 2, 1) \ |
| F(SetPrototype, 2, 1) \ |
| + F(GetOwnProperty, 2, 1) \ |
| F(GetOwnProperty_Legacy, 2, 1) \ |
| F(OptimizeObjectForAddingMultipleProperties, 2, 1) \ |
| F(GetProperty, 2, 1) \ |