Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 38d2126f0ea4b5b99e6e06de37264dc538640811..1c3b224b5c5ee7c4f5f30a25f7ffe90a82112968 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -180,7 +180,6 @@ namespace internal { |
| F(FunctionSetInstanceClassName, 2, 1) \ |
| F(FunctionSetLength, 2, 1) \ |
| F(FunctionSetPrototype, 2, 1) \ |
| - F(FunctionSetReadOnlyPrototype, 1, 1) \ |
| F(FunctionGetName, 1, 1) \ |
| F(FunctionSetName, 2, 1) \ |
| F(FunctionNameShouldPrintAsAnonymous, 1, 1) \ |