Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 9aa14ee02594edec2bc7f0935374d922043fbed7..cef7159cfc5a65394e25a118cb07fa79ab647469 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -305,7 +305,7 @@ class SystemThreadManager { |
enum ParallelSystemComponent { |
PARALLEL_SWEEPING, |
CONCURRENT_SWEEPING, |
- PARALLEL_RECOMPILATION |
+ CONCURRENT_RECOMPILATION |
}; |
static int NumberOfParallelSystemThreads(ParallelSystemComponent type); |