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