Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index d56881f7a80b21d655dd9ce61c9345365c2ed484..e48d5a3d2264c051190258d4d67fa7fd7c20caac 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -826,6 +826,10 @@ class MarkCompactCollector { |
// collections when incremental marking is aborted. |
void AbortWeakCollections(); |
+ |
+ void ProcessAndClearWeakCells(); |
+ void AbortWeakCells(); |
+ |
// ----------------------------------------------------------------------- |
// Phase 2: Sweeping to clear mark bits and free non-live objects for |
// a non-compacting collection. |