Index: third_party/crashpad/crashpad/client/crashpad_info.cc |
diff --git a/third_party/crashpad/crashpad/client/crashpad_info.cc b/third_party/crashpad/crashpad/client/crashpad_info.cc |
index 36471a10743573db04490c151168a2aeef6f46fb..9ad41a67b944dcd452f22c608dc31220b29532b5 100644 |
--- a/third_party/crashpad/crashpad/client/crashpad_info.cc |
+++ b/third_party/crashpad/crashpad/client/crashpad_info.cc |
@@ -96,10 +96,12 @@ CrashpadInfo::CrashpadInfo() |
: signature_(kSignature), |
size_(sizeof(*this)), |
version_(kCrashpadInfoVersion), |
+ indirectly_referenced_memory_cap_(0), |
+ padding_0_(0), |
crashpad_handler_behavior_(TriState::kUnset), |
system_crash_reporter_forwarding_(TriState::kUnset), |
gather_indirectly_referenced_memory_(TriState::kUnset), |
- padding_0_(0), |
+ padding_1_(0), |
extra_memory_ranges_(nullptr), |
simple_annotations_(nullptr), |
user_data_minidump_stream_head_(nullptr) |