summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/throwable.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/throwable.h')
-rw-r--r--runtime/mirror/throwable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/throwable.h b/runtime/mirror/throwable.h
index c22475b4ce..9cc0b6f5c4 100644
--- a/runtime/mirror/throwable.h
+++ b/runtime/mirror/throwable.h
@@ -55,7 +55,7 @@ class MANAGED Throwable : public Object {
static void SetClass(Class* java_lang_Throwable);
static void ResetClass();
- static void VisitRoots(RootCallback* callback, void* arg)
+ static void VisitRoots(RootVisitor* visitor)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
private: