Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 10cd44d3559d43fd591da3a3e0f2373f0b346a04..d93c11d24bf4c92c8e9bcece50268cb061791a36 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -67,6 +67,7 @@ namespace internal { |
| F(GetDefaultReceiver, 1, 1) \ |
| \ |
| F(GetPrototype, 1, 1) \ |
| + F(SetPrototype, 2, 1) \ |
| F(IsInPrototypeChain, 2, 1) \ |
| \ |
| F(GetOwnProperty, 2, 1) \ |