| Index: third_party/crashpad/crashpad/snapshot/mac/process_types/crashpad_info.proctype
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_types/crashpad_info.proctype b/third_party/crashpad/crashpad/snapshot/mac/process_types/crashpad_info.proctype
|
| index 90ed0d44c04f8ac79c6ceea66130f058d6770865..7bae0872c5d6a2c8934a2b62c3e7aaa5c758c11e 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_types/crashpad_info.proctype
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_types/crashpad_info.proctype
|
| @@ -27,6 +27,8 @@ PROCESS_TYPE_STRUCT_BEGIN(CrashpadInfo)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, signature)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, size)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, version)
|
| + PROCESS_TYPE_STRUCT_MEMBER(uint32_t, indirectly_referenced_memory_cap)
|
| + PROCESS_TYPE_STRUCT_MEMBER(uint32_t, padding_0)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint8_t, crashpad_handler_behavior) // TriState
|
|
|
| // TriState
|
| @@ -35,7 +37,7 @@ PROCESS_TYPE_STRUCT_BEGIN(CrashpadInfo)
|
| // TriState
|
| PROCESS_TYPE_STRUCT_MEMBER(uint8_t, gather_indirectly_referenced_memory)
|
|
|
| - PROCESS_TYPE_STRUCT_MEMBER(uint8_t, padding_0)
|
| + PROCESS_TYPE_STRUCT_MEMBER(uint8_t, padding_1)
|
|
|
| // SimpleAddressRangeBag*
|
| PROCESS_TYPE_STRUCT_MEMBER(Pointer, extra_memory_ranges)
|
|
|