Index: client/crashpad_info.cc |
diff --git a/client/crashpad_info.cc b/client/crashpad_info.cc |
index b1b1f216958ed7a82cab45693345fe9a61c2b34b..977ea92dd31a8fcd36241b65a98fc478e93c02fc 100644 |
--- a/client/crashpad_info.cc |
+++ b/client/crashpad_info.cc |
@@ -89,7 +89,13 @@ CrashpadInfo::CrashpadInfo() |
crashpad_handler_behavior_(TriState::kUnset), |
system_crash_reporter_forwarding_(TriState::kUnset), |
padding_0_(0), |
- simple_annotations_(nullptr) { |
+ simple_annotations_(nullptr) |
+#if defined(OS_WIN) |
+ , |
+ exception_pointers_(nullptr), |
+ thread_id_(0) |
+#endif // OS_WIN |
+{ |
} |
} // namespace crashpad |