Index: third_party/WebKit/Source/platform/heap/Heap.h |
diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h |
index 1e3a26ccb4c1943c49b7c86826c2e5d9369b7afa..7246971d1fcbf46688f05ac4bf97834ca98033ab 100644 |
--- a/third_party/WebKit/Source/platform/heap/Heap.h |
+++ b/third_party/WebKit/Source/platform/heap/Heap.h |
@@ -395,10 +395,6 @@ class PLATFORM_EXPORT ThreadHeap { |
void postMarkingProcessing(Visitor*); |
void weakProcessing(Visitor*); |
- void preGC(); |
- void postGC(BlinkGC::GCType); |
- void preSweep(BlinkGC::GCType); |
- |
// Conservatively checks whether an address is a pointer in any of the |
// thread heaps. If so marks the object pointed to as live. |
Address checkAndMarkPointer(Visitor*, Address); |