VerteDinde

#48978: build: add header for SetStackDumpFirstChanceCallback in renderer client

Merged
Created: Nov 14, 2025, 11:59:23 PM
Merged: Nov 15, 2025, 4:32:08 AM
3 comments
Target: main

Description of Change

Fast follow to 48973, partially reverts #48860 . Adds the missing header for SetStackDumpFirstChanceCallback for release builds.

Checklist

Release Notes

Notes: none

Backports

39-x-y
Merged
PR Number
#48980
Merged At
Nov 15, 2025, 12:04:29 PM
Released In
v39.2.1
Release Date
Nov 15, 2025, 1:57:10 PM
40-x-y
Merged
PR Number
#48981
Merged At
Nov 15, 2025, 12:04:58 PM
Released In
v40.0.0-alpha.6
Release Date
Nov 17, 2025, 7:31:59 AM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron