Index: Source/heap/ThreadState.h |
diff --git a/Source/heap/ThreadState.h b/Source/heap/ThreadState.h |
index 646102339f2a5f26127db32bdf7f63f547530ba5..476456ea9a9a459fa75dfa60c278aedbd6b757ff 100644 |
--- a/Source/heap/ThreadState.h |
+++ b/Source/heap/ThreadState.h |
@@ -242,7 +242,7 @@ public: |
void visitStack(Visitor*); |
void visitPersistents(Visitor*); |
- bool checkAndVisitPointer(Visitor*, Address); |
+ bool checkAndMarkPointer(Visitor*, Address); |
bool isConsistentForGC(); |
void makeConsistentForGC(); |
void getStats(HeapStats&); |