| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index 074fafe02efb7642ba032d45da9defd8faf63b15..9640c022377fd96e76ac8f6db97f92106a9f408c 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -631,6 +631,11 @@ public:
|
| static const GCInfo* findGCInfoFromAllThreads(Address);
|
| #endif
|
|
|
| +#if ENABLE(GC_PROFILE_FREE_LIST)
|
| + void snapshotFreeListIfNecessary();
|
| + void snapshotFreeList();
|
| +#endif
|
| +
|
| #if ENABLE(GC_PROFILE_HEAP)
|
| struct SnapshotInfo {
|
| ThreadState* state;
|
|
|