dsanders11

#53261: build: drop ignore from UBSan ignorelist patch

Merged
Created: Aug 28, 2026, 2:31:14 AM
Merged: Aug 28, 2026, 3:58:37 PM
2 comments
Target: main

Description of Change

Changes in #53206 to guard AutoPipSettingOverlayView usage behind #if BUILDFLAG(GOOGLE_CHROME_BRANDING) means this builds clean now without the ignore.

Checklist

  • I have built and tested this change
  • I have filled out the PR description

Release Notes

Notes: none

Backports

45-x-y
Merged
PR Number
#53285
Merged At
Aug 28, 2026, 7:00:25 PM
Released In
Not yet
Release Date
Not yet

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