Another Mac fix after 7217cc0a8f26 -- correct bad CrashpadInfo proctype layout

Change-Id: Ieb8a45d8ff0526d970829f6a71915edd5a2c750f
Reviewed-on: https://chromium-review.googlesource.com/329716
Reviewed-by: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
Scott Graham 2016-02-29 14:36:08 -08:00
parent f177d77c51
commit 70ae71fe51

View File

@ -37,6 +37,9 @@ PROCESS_TYPE_STRUCT_BEGIN(CrashpadInfo)
PROCESS_TYPE_STRUCT_MEMBER(uint8_t, padding_0)
// SimpleAddressRangeBag*
PROCESS_TYPE_STRUCT_MEMBER(Pointer, extra_memory_ranges)
// SimpleStringDictionary*
PROCESS_TYPE_STRUCT_MEMBER(Pointer, simple_annotations)
PROCESS_TYPE_STRUCT_END(CrashpadInfo)