diff options
Diffstat (limited to 'runtime/art_method.h')
-rw-r--r-- | runtime/art_method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h index dab3f234e2..fbdc32d8ec 100644 --- a/runtime/art_method.h +++ b/runtime/art_method.h @@ -375,7 +375,7 @@ class ArtMethod FINAL { REQUIRES_SHARED(Locks::mutator_lock_); // Find the method index for this method within other_dexfile. If this method isn't present then - // return DexFile::kDexNoIndex. The name_and_signature_idx MUST refer to a MethodId with the same + // return dex::kDexNoIndex. The name_and_signature_idx MUST refer to a MethodId with the same // name and signature in the other_dexfile, such as the method index used to resolve this method // in the other_dexfile. uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, |