| Index: src/heap/mark-compact.h
|
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
|
| index 5e615b306ef8b8cab0dd2793313f3ae64b7ba9c7..ece76be05fcaafb095fa9df10443f2ce6a4ee90b 100644
|
| --- a/src/heap/mark-compact.h
|
| +++ b/src/heap/mark-compact.h
|
| @@ -824,6 +824,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.
|
|
|