summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file_verifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dex_file_verifier.h')
-rw-r--r--runtime/dex_file_verifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex_file_verifier.h b/runtime/dex_file_verifier.h
index 0af3549eae..1d915b93fd 100644
--- a/runtime/dex_file_verifier.h
+++ b/runtime/dex_file_verifier.h
@@ -111,7 +111,7 @@ class DexFileVerifier {
const char* const location_;
const DexFile::Header* const header_;
- SafeMap<uint32_t, uint16_t> offset_to_type_map_;
+ AllocationTrackingSafeMap<uint32_t, uint16_t, kAllocatorTagDexFileVerifier> offset_to_type_map_;
const byte* ptr_;
const void* previous_item_;