Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index e6723fd70e030d726938337d4294a0d20898d262..1ca7671f45089a8bdb77521c651f0c83a8d638c1 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -679,6 +679,9 @@ class MarkCompactCollector { |
void ProcessAndClearWeakCells(); |
void AbortWeakCells(); |
+ void ProcessAndClearTransitionArrays(); |
+ void AbortTransitionArrays(); |
+ |
// After all reachable objects have been marked, those entries within |
// optimized code maps that became unreachable are removed, potentially |
// trimming or clearing out the entire optimized code map. |