Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 2ea2e909aa0c9b567da8e0d280a56a84e48cc977..c00a84fb9b8a55c5da92ddd823b98918aea3097a 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -2744,6 +2744,9 @@ class LargeObjectSpace : public Space { |
// if such a page doesn't exist. |
LargePage* FindPage(Address a); |
+ // Clears the marking state of live objects. |
+ void ClearMarkingStateOfLiveObjects(); |
+ |
// Frees unmarked objects. |
void FreeUnmarkedObjects(); |