Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Unified Diff: third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype

Issue 2236493004: Update Crashpad to 56b14bceefcec03fc11b3222c435522922f65640 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype
diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype b/third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype
index 177e6f72fbbb22608165b7f33b501cd2dda50ec0..43a9a7f13af5b8343256d89a117368b5c88bc755 100644
--- a/third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype
+++ b/third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype
@@ -36,7 +36,7 @@ PROCESS_TYPE_STRUCT_BEGIN(mach_header) // 64-bit: mach_header_64
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, ncmds)
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, sizeofcmds)
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, flags)
- PROCESS_TYPE_STRUCT_MEMBER(Reserved64Only, reserved)
+ PROCESS_TYPE_STRUCT_MEMBER(Reserved32_64Only, reserved)
PROCESS_TYPE_STRUCT_END(mach_header)
PROCESS_TYPE_STRUCT_BEGIN(load_command)
@@ -136,5 +136,5 @@ PROCESS_TYPE_STRUCT_BEGIN(section) // 64-bit: section_64
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, flags)
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, reserved1)
PROCESS_TYPE_STRUCT_MEMBER(uint32_t, reserved2)
- PROCESS_TYPE_STRUCT_MEMBER(Reserved64Only, reserved3)
+ PROCESS_TYPE_STRUCT_MEMBER(Reserved32_64Only, reserved3)
PROCESS_TYPE_STRUCT_END(section)

Powered by Google App Engine
This is Rietveld 408576698