Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid crashing in NativeViewHost::SetParentAccessible on Windows…
… 10 (#26950) * fix: Avoid crashing in NativeViewHost::SetParentAccessible on Windows This fixes #26905. The patch was obtained from @deepak1556, who in turn got it from the Microsoft Teams folks. I believe the crash started happening due to the changes in https://chromium.googlesource.com/chromium/src.git/+/5c6c8e994bce2bfb867279ae5068e9f9134e70c3%5E!/#F15 This affects Electron 9 and later. Notes: Fix occasional crash on Windows * Update .patches * update patches Co-authored-by: Biru Mohanathas <[email protected]> Co-authored-by: Jeremy Rose <[email protected]> Co-authored-by: Electron Bot <[email protected]>
- Loading branch information