[webkit-changes] [WebKit/WebKit] 7b4d67: Fix assertion in BrowsingContextGroup::ensureProce...
Alex Christensen
noreply at github.com
Thu Apr 11 17:46:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7b4d6711a9c29619baabc4b33a8581d331d22ff1
https://github.com/WebKit/WebKit/commit/7b4d6711a9c29619baabc4b33a8581d331d22ff1
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M LayoutTests/platform/mac-site-isolation/TestExpectations
M Source/WebKit/UIProcess/BrowsingContextGroup.cpp
Log Message:
-----------
Fix assertion in BrowsingContextGroup::ensureProcessForConnection when a process has no connection
https://bugs.webkit.org/show_bug.cgi?id=272544
rdar://126292814
Reviewed by Charlie Wolfe.
If we have a process without a connection, AuxiliaryProcessProxy::connection asserts when called.
This is what AuxiliaryProcessProxy::hasConnection is for.
* LayoutTests/platform/mac-site-isolation/TestExpectations:
* Source/WebKit/UIProcess/BrowsingContextGroup.cpp:
(WebKit::BrowsingContextGroup::ensureProcessForConnection):
Canonical link: https://commits.webkit.org/277405@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list