summaryrefslogtreecommitdiff
path: root/src/gc/heap_bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/heap_bitmap.h')
-rw-r--r--src/gc/heap_bitmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gc/heap_bitmap.h b/src/gc/heap_bitmap.h
index 666fcc7dd9..42c4166ba0 100644
--- a/src/gc/heap_bitmap.h
+++ b/src/gc/heap_bitmap.h
@@ -73,8 +73,7 @@ namespace art {
// TODO: C++0x auto
for (Bitmaps::iterator it = bitmaps_.begin(); it != bitmaps_.end(); ++it) {
SpaceBitmap* bitmap = *it;
- bitmap->VisitMarkedRange(bitmap->HeapBegin(), bitmap->HeapLimit(), visitor,
- IdentityFunctor());
+ bitmap->VisitMarkedRange(bitmap->HeapBegin(), bitmap->HeapLimit(), visitor, VoidFunctor());
}
large_objects_->Visit(visitor);
}