Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index f90f18966b9a80ec60eedaaef038217515e57203..bba14387e187bc755cc0f66b38f9940e51208b8d 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; |