mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
Fix uninitialized member variable in CrashReporterWin
This commit is contained in:
@@ -137,7 +137,8 @@ void UnregisterNonABICompliantCodeRange(void* start) {
|
||||
|
||||
} // namespace
|
||||
|
||||
CrashReporterWin::CrashReporterWin() {
|
||||
CrashReporterWin::CrashReporterWin()
|
||||
: skip_system_crash_handler_(false) {
|
||||
}
|
||||
|
||||
CrashReporterWin::~CrashReporterWin() {
|
||||
|
||||
Reference in New Issue
Block a user