Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index d0100c53f2878a93aebe689812b0c4e199ed8c8d..93185cc82fc12c431ede306b7210a277be587134 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -46,6 +46,7 @@ namespace internal { |
| \ |
| F(GetPrototype, 1, 1) \ |
| F(SetPrototype, 2, 1) \ |
| + F(InternalSetPrototype, 2, 1) \ |
| F(IsInPrototypeChain, 2, 1) \ |
| \ |
| F(GetOwnProperty, 2, 1) \ |