Index: Source/heap/ThreadState.h |
diff --git a/Source/heap/ThreadState.h b/Source/heap/ThreadState.h |
index e7dce169674d80e2ed6715e14e22e035952bb256..3be202a0089c42847550c98315716a2648620da0 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&); |