Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 31cf38d8a4c0e5d80fc7cbc2195aacdadbe68945..2dd9d08bc55e12c675ecae29848d8187c041730c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -303,7 +303,6 @@ namespace internal { |
| F(ThrowGeneratorRunning, 0, 1) \ |
| F(ThrowStackOverflow, 0, 1) \ |
| F(ThrowWasmError, 2, 1) \ |
| - F(JITSingleFunction, -1 /* >= 7 */, 1) \ |
| F(PromiseRejectEvent, 3, 1) \ |
| F(PromiseRevokeReject, 1, 1) \ |
| F(StackGuard, 0, 1) \ |