| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index 76052f32432746a783d92fe4ed12282d7b68b9d3..66dedb0b733fc1c1acc42e3ff989cb40111266d1 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -928,6 +928,7 @@ public:
|
| static void collectGarbageForTerminatingThread(ThreadState*);
|
| static void collectAllGarbage();
|
|
|
| + static void visitObjects(ThreadState*, const HashSet<void*>&);
|
| static void processMarkingStack(Visitor*);
|
| static void postMarkingProcessing(Visitor*);
|
| static void globalWeakProcessing(Visitor*);
|
|
|