Fix uninitialized member variable in CrashReporterWin
This commit is contained in:
parent
6ea59803a8
commit
dfc2f3f0c6
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ void UnregisterNonABICompliantCodeRange(void* start) {
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
CrashReporterWin::CrashReporterWin() {
|
CrashReporterWin::CrashReporterWin()
|
||||||
|
: skip_system_crash_handler_(false) {
|
||||||
}
|
}
|
||||||
|
|
||||||
CrashReporterWin::~CrashReporterWin() {
|
CrashReporterWin::~CrashReporterWin() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue