Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 3726dcd7cccf583c2dd31f331c0f154ebe92bb4d..92c76364ca0613e7e6543e70788687bb94001e55 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -379,6 +379,7 @@ |
| F(GetPrototype, 1, 1) \ |
| F(ObjectHasOwnProperty, 2, 1) \ |
| F(InternalSetPrototype, 2, 1) \ |
| + F(SetPrototype, 2, 1) \ |
| F(OptimizeObjectForAddingMultipleProperties, 2, 1) \ |
| F(GetProperty, 2, 1) \ |
| F(KeyedGetProperty, 2, 1) \ |