Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index aa6a30c1946325e74fffa53d4463cd5749e4a82b..5dad8a8ceb2581d294109e734f1fcaf86c1db1ec 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -365,7 +365,7 @@ class Debug { |
char* RestoreDebug(char* from); |
static int ArchiveSpacePerThread(); |
void FreeThreadResources() { } |
- void Iterate(ObjectVisitor* v); |
+ void Iterate(RootVisitor* v); |
bool CheckExecutionState(int id) { |
return CheckExecutionState() && break_id() == id; |