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