| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index 363eaedcaf7974e8e4fb68371133c9a1be7703b5..9fd5d59fabc00474cc7e990345b6c34e9c2d6deb 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -918,7 +918,8 @@ public:
|
| static void globalWeakProcessing();
|
| static void setForcePreciseGCForTesting();
|
|
|
| - static void prepareForGC();
|
| + static void preGC();
|
| + static void postGC();
|
|
|
| // Conservatively checks whether an address is a pointer in any of the thread
|
| // heaps. If so marks the object pointed to as live.
|
|
|