Index: third_party/WebKit/Source/platform/heap/HeapPage.h |
diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.h b/third_party/WebKit/Source/platform/heap/HeapPage.h |
index cdbb50f7c4a82247f38fe5a5dd1af9687402b516..29ddbd30b920177c197d146af401b1168bee170d 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapPage.h |
+++ b/third_party/WebKit/Source/platform/heap/HeapPage.h |
@@ -781,11 +781,6 @@ |
bool shrinkObject(HeapObjectHeader*, size_t); |
void decreasePromptlyFreedSize(size_t size) { m_promptlyFreedSize -= size; } |
- bool isObjectAllocatedAtAllocationPoint(HeapObjectHeader* header) |
- { |
- return header->payloadEnd() == m_currentAllocationPoint; |
- } |
- |
private: |
void allocatePage(); |
Address lazySweepPages(size_t, size_t gcInfoIndex) override; |