Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 5c841fc9d40459079f78a25a8ab48775d25f85cb..fa8a26ae3a1b4883c9d1457b175b9974032749a2 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -66,7 +66,6 @@ namespace internal { |
| \ |
| F(IsInPrototypeChain, 2, 1) \ |
| F(SetHiddenPrototype, 2, 1) \ |
| - F(SetMathFunctionId, 2, 1) \ |
| \ |
| F(IsConstructCall, 0, 1) \ |
| \ |