summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space/bump_pointer_space.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/space/bump_pointer_space.cc')
-rw-r--r--runtime/gc/space/bump_pointer_space.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/space/bump_pointer_space.cc b/runtime/gc/space/bump_pointer_space.cc
index 6bd0526..90ffe59 100644
--- a/runtime/gc/space/bump_pointer_space.cc
+++ b/runtime/gc/space/bump_pointer_space.cc
@@ -197,7 +197,7 @@ void BumpPointerSpace::Walk(ObjectCallback* callback, void* arg) {
}
}
-accounting::SpaceBitmap::SweepCallback* BumpPointerSpace::GetSweepCallback() {
+accounting::ContinuousSpaceBitmap::SweepCallback* BumpPointerSpace::GetSweepCallback() {
LOG(FATAL) << "Unimplemented";
return nullptr;
}