Index: src/heap/gc-tracer.h |
diff --git a/src/heap/gc-tracer.h b/src/heap/gc-tracer.h |
index 64ade07f8054c05adfd8c5198e2e3f633526ea44..74b67ae6a6d02567a8ea4eda1503edd781666a89 100644 |
--- a/src/heap/gc-tracer.h |
+++ b/src/heap/gc-tracer.h |
@@ -152,7 +152,8 @@ class V8_EXPORT_PRIVATE GCTracer { |
SCAVENGER = 0, |
MARK_COMPACTOR = 1, |
INCREMENTAL_MARK_COMPACTOR = 2, |
- START = 3 |
+ MINOR_MARK_COMPACTOR = 3, |
+ START = 4 |
}; |
Event(Type type, GarbageCollectionReason gc_reason, |