Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index bd6568f45e4ff81b67422868a88716cfd4371ee9..1f9566bdc4325064e3b6a8bc63f6d8fdc23e96dd 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -70,8 +70,6 @@ namespace internal { |
| F(GetPrototype, 1, 1) \ |
| F(IsInPrototypeChain, 2, 1) \ |
| \ |
| - F(IsConstructCall, 0, 1) \ |
| - \ |
| F(GetOwnProperty, 2, 1) \ |
| \ |
| F(IsExtensible, 1, 1) \ |