| 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 4a1894438c7c05e8227dfb67de29c0127cc7fe34..d7f778a06b94ea16bdc1bed9e9100f1c1e1f4dd3 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -426,6 +426,7 @@ class PLATFORM_EXPORT ThreadHeap {
|
|
|
| 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.
|
|
|