diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 9b5ca0eeab..ec98649ac4 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -377,7 +377,8 @@ class ClassLinker { SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!dex_lock_, !Roles::uninterruptible_); - mirror::DexCache* RegisterDexFile(const DexFile& dex_file, LinearAlloc* linear_alloc) + mirror::DexCache* RegisterDexFile(const DexFile& dex_file, + mirror::ClassLoader* class_loader) REQUIRES(!dex_lock_) SHARED_REQUIRES(Locks::mutator_lock_); void RegisterDexFile(const DexFile& dex_file, Handle<mirror::DexCache> dex_cache) |