| Index: snapshot/mac/process_types/crashpad_info.proctype
|
| diff --git a/snapshot/mac/process_types/crashpad_info.proctype b/snapshot/mac/process_types/crashpad_info.proctype
|
| index 8c43df59165a43781a8354e25f4b6479f9a18914..6561879d4f022a2ad46545d2d939e3d9f1714929 100644
|
| --- a/snapshot/mac/process_types/crashpad_info.proctype
|
| +++ b/snapshot/mac/process_types/crashpad_info.proctype
|
| @@ -27,7 +27,9 @@ 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, padding_0)
|
| + PROCESS_TYPE_STRUCT_MEMBER(uint8_t, options)
|
| + PROCESS_TYPE_STRUCT_MEMBER(uint8_t, padding_0)
|
| + PROCESS_TYPE_STRUCT_MEMBER(uint16_t, padding_1)
|
|
|
| // SimpleStringDictionary*
|
| PROCESS_TYPE_STRUCT_MEMBER(Pointer, simple_annotations)
|
|
|