diff options
Diffstat (limited to 'openjdkjvmti/fixed_up_dex_file.h')
-rw-r--r-- | openjdkjvmti/fixed_up_dex_file.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openjdkjvmti/fixed_up_dex_file.h b/openjdkjvmti/fixed_up_dex_file.h index e09d70baf7..594e8a7358 100644 --- a/openjdkjvmti/fixed_up_dex_file.h +++ b/openjdkjvmti/fixed_up_dex_file.h @@ -49,8 +49,7 @@ namespace openjdkjvmti { // are running on. class FixedUpDexFile { public: - static std::unique_ptr<FixedUpDexFile> Create(jobject class_loader, - const art::DexFile& original, + static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original, const char* descriptor); const art::DexFile& GetDexFile() { |