Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 33e4d3edbaa735f0a5c447158e2db7e7a8718f2b..c17ec9ffff076a5de89e287bf1e4469f408ace95 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -292,7 +292,8 @@ class SystemThreadManager { |
| enum ParallelSystemComponent { |
| PARALLEL_SWEEPING, |
| CONCURRENT_SWEEPING, |
| - PARALLEL_MARKING |
| + PARALLEL_MARKING, |
| + PARALLEL_RECOMPILATION |
| }; |
| static int NumberOfParallelSystemThreads(ParallelSystemComponent type); |