Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 81fcca5fc7b602b4684b082cef3889c20a522c4e
https://github.com/WebKit/WebKit/commit/81fcca5fc7b602b4684b082cef3889c20a522c4e
Author: Alex Christensen <[email protected]>
Date: 2026-06-22 (Mon, 22 Jun 2026)
Changed paths:
M Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp
Log Message:
-----------
Fix nullptr crashes in WebLoaderStrategy::browsingContextRemoved
https://bugs.webkit.org/show_bug.cgi?id=317596
rdar://178838172
Reviewed by Charlie Wolfe.
This function is called during teardown, and sometimes things have already
been torn down. If that's so, there's nothing to do.
* Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp:
(WebKit::WebLoaderStrategy::browsingContextRemoved):
Canonical link: https://commits.webkit.org/315621@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications