Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 8b800ae93b31b4dfeafdb8fcf4c68b231b1d767c..ce1b7fcc85b9de75945a8b7f76d5f4fe5c01dae5 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -751,6 +751,8 @@ class Heap { |
bool CanMoveObjectStart(HeapObject* object); |
+ static bool IsImmovable(HeapObject* object); |
+ |
// Maintain consistency of live bytes during incremental marking. |
void AdjustLiveBytes(HeapObject* object, int by); |