| 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 c494896d1b5fdc554e716e892a6a87744a4a3729..51cf24c2c81ecc165c6a7dab6d212982fdbb8902 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -431,6 +431,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.
|
|
|