Fixed a crash in systemPreferences.promptTouchID(reason) when an invalid reason value is passed. #52781 (Also in 42, 43)
systemPreferences.promptTouchID(reason)
Fixed a potential crash in contentTracing.stopRecording() when the trace file could not be written to the requested path. #52794 (Also in 42, 43)
contentTracing.stopRecording()
Backported fixes from upstream Chromium and V8. #52774
Fixed a 1-in-200 chance per renderer process on Windows of scripts on the first page load being compiled without their V8 code cache. #52792