Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index c91fee6ec855f55897384c1f08ef24348484e2d2..a37c851e8105b4e0be27723906d6c7885b4483e2 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -100,7 +100,6 @@ namespace internal { |
| F(GetOptimizationStatus, 1, 1) \ |
| F(GetOptimizationCount, 1, 1) \ |
| F(CompileForOnStackReplacement, 1, 1) \ |
| - F(SetNewFunctionAttributes, 1, 1) \ |
| F(AllocateInNewSpace, 1, 1) \ |
| F(AllocateInOldPointerSpace, 1, 1) \ |
| F(SetNativeFlag, 1, 1) \ |