diff options
Diffstat (limited to 'runtime/thread_list.h')
-rw-r--r-- | runtime/thread_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread_list.h b/runtime/thread_list.h index c18e2858f9..fa747b86d6 100644 --- a/runtime/thread_list.h +++ b/runtime/thread_list.h @@ -136,7 +136,7 @@ class ThreadList { LOCKS_EXCLUDED(Locks::mutator_lock_, Locks::thread_list_lock_); void Unregister(Thread* self) LOCKS_EXCLUDED(Locks::mutator_lock_, Locks::thread_list_lock_); - void VisitRoots(RootCallback* callback, void* arg) const + void VisitRoots(RootVisitor* visitor) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); // Return a copy of the thread list. |