Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 96796d02987d8d654ee0ad0b75c65fdfd5bdfd79..43e0ee4d760413c2e1245552fcb0d2937604259e 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -71,10 +71,8 @@ namespace internal { |
| F(IsExtensible, 1, 1) \ |
| \ |
| /* Utilities */ \ |
| - F(GetCalledFunction, 0, 1) \ |
| F(GetFunctionDelegate, 1, 1) \ |
| F(GetConstructorDelegate, 1, 1) \ |
| - F(NewArguments, 1, 1) \ |
| F(NewArgumentsFast, 3, 1) \ |
| F(LazyCompile, 1, 1) \ |
| F(SetNewFunctionAttributes, 1, 1) \ |