diff options
Diffstat (limited to 'runtime/reference_table.h')
-rw-r--r-- | runtime/reference_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/reference_table.h b/runtime/reference_table.h index 6cffa85d7f..22cf1cd804 100644 --- a/runtime/reference_table.h +++ b/runtime/reference_table.h @@ -49,7 +49,7 @@ class ReferenceTable { void Dump(std::ostream& os) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - void VisitRoots(RootCallback* visitor, void* arg, uint32_t tid, RootType root_type); + void VisitRoots(RootCallback* visitor, void* arg, const RootInfo& root_info); private: typedef std::vector<GcRoot<mirror::Object>, |