| Index: third_party/WebKit/Source/platform/heap/ThreadState.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| index 74edd20aefa36099c945f6add4484aa9731d6139..6843f1453c2d4466a96ddc73bfc40461b26b06f3 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -241,6 +241,7 @@ class PLATFORM_EXPORT ThreadState {
|
| void preGC();
|
| void postGC(BlinkGC::GCType);
|
| void completeSweep();
|
| + void preSweep(BlinkGC::GCType);
|
| void postSweep();
|
| // makeConsistentForMutator() drops marks from marked objects and rebuild
|
| // free lists. This is called after taking a snapshot and before resuming
|
|
|