Index: snapshot/mac/mach_o_image_reader.cc |
diff --git a/snapshot/mac/mach_o_image_reader.cc b/snapshot/mac/mach_o_image_reader.cc |
index 65dd3946be5bbd2aba9c0b940052c3d8f7ce761d..26f7138823b4057ee524b313a56ff33eb1a0c828 100644 |
--- a/snapshot/mac/mach_o_image_reader.cc |
+++ b/snapshot/mac/mach_o_image_reader.cc |
@@ -439,7 +439,7 @@ bool MachOImageReader::LookUpExternalDefinedSymbol( |
uint32_t MachOImageReader::DylibVersion() const { |
INITIALIZATION_STATE_DCHECK_VALID(initialized_); |
- DCHECK_EQ(FileType(), static_cast<uint32_t>(MH_DYLIB)); |
+ DCHECK_EQ(FileType(), implicit_cast<uint32_t>(MH_DYLIB)); |
if (id_dylib_command_) { |
return id_dylib_command_->dylib_current_version; |