This is a backport PR for branch 43-x-y
trop[bot]

#53884: fix: crash when a node-integrated iframe is removed before its loop starts

Merged
Created: Sep 13, 2026, 1:52:59 AM
Merged: Sep 13, 2026, 2:49:38 AM
1 comments
Target: 43-x-y

Backport of #53833

See that PR for details.

Notes: Fixed a renderer crash when an iframe was removed right after loading with nodeIntegrationInSubFrames enabled and sandbox disabled, e.g. on pages that embed Meta Pixel.

Backport Information

Original PR Author
MarshallOfSound
Original PR Status
Merged
Original PR Merged At
Sep 13, 2026, 1:52:30 AM
Original PR Link
GitHubView on GitHub

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