diff options
Diffstat (limited to 'runtime/common_throws.h')
| -rw-r--r-- | runtime/common_throws.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/common_throws.h b/runtime/common_throws.h index e9baa4fef0b..29a056e9ea6 100644 --- a/runtime/common_throws.h +++ b/runtime/common_throws.h @@ -270,8 +270,8 @@ void ThrowVerifyError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) // WrongMethodTypeException -void ThrowWrongMethodTypeException(mirror::MethodType* callee_type, - mirror::MethodType* callsite_type) +void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> callee_type, + ObjPtr<mirror::MethodType> callsite_type) REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR; } // namespace art |
