| Index: third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc b/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
|
| index 78bc302d1d7bdbe5cdbfbae1d634a48ce18e83cc..60c6e5040c66dca79db6614b8743200b1ff11a9f 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
|
| @@ -64,7 +64,7 @@ size_t dyld_all_image_infos<Traits>::ExpectedSizeForVersion(
|
| return sizeof(dyld_all_image_infos<Traits>);
|
| }
|
| if (version >= 13) {
|
| - return offsetof(dyld_all_image_infos<Traits>, reserved);
|
| + return offsetof(dyld_all_image_infos<Traits>, infoArrayChangeTimestamp);
|
| }
|
| if (version >= 12) {
|
| return offsetof(dyld_all_image_infos<Traits>, sharedCacheUUID);
|
|
|