| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index bde35390ff7a15c5e5db94870b96e5236ea7a6a3..fccdd4107313ecc1087fa6863c1aab0cf5577a69 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -936,6 +936,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*);
|
|
|