Fix uninitialized member variable in CrashReporterWin

This commit is contained in:
Milan Burda 2016-06-24 17:51:31 +02:00
parent 6ea59803a8
commit dfc2f3f0c6

View file

@ -137,7 +137,8 @@ void UnregisterNonABICompliantCodeRange(void* start) {
} // namespace
CrashReporterWin::CrashReporterWin() {
CrashReporterWin::CrashReporterWin()
: skip_system_crash_handler_(false) {
}
CrashReporterWin::~CrashReporterWin() {