diff options
Diffstat (limited to 'runtime/art_field.cc')
-rw-r--r-- | runtime/art_field.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_field.cc b/runtime/art_field.cc index 25b8ed295b..a4a6e5a4fb 100644 --- a/runtime/art_field.cc +++ b/runtime/art_field.cc @@ -54,7 +54,7 @@ ObjPtr<mirror::Class> ArtField::ResolveGetType(dex::TypeIndex type_idx) { ObjPtr<mirror::String> ArtField::ResolveGetStringName(Thread* self, const DexFile& dex_file, - uint32_t string_idx, + dex::StringIndex string_idx, ObjPtr<mirror::DexCache> dex_cache) { StackHandleScope<1> hs(self); return Runtime::Current()->GetClassLinker()->ResolveString(dex_file, |