Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d5f7f99c4aa94a91eaff0b48a54351f658644521
https://github.com/WebKit/WebKit/commit/d5f7f99c4aa94a91eaff0b48a54351f658644521
Author: Qianlang Chen <[email protected]>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Protocol/MultiplexingBackendTarget.js
Log Message:
-----------
Web Inspector: Incorrect assertion of available agents for web-page target
https://bugs.webkit.org/show_bug.cgi?id=318470
Reviewed by BJ Burg.
The assertion was wrong because the target might in fact have the Page
and Network domains which are introduced to support site isolation, and
the shallow-equality would fail. Browser and Target are the two domains
that must exist.
The comment and the explanation was correct but that constructor wasn't
the right context to include it. Remove it.
No new tests: no observable behavior change.
* Source/WebInspectorUI/UserInterface/Protocol/MultiplexingBackendTarget.js:
(WI.MultiplexingBackendTarget):
Canonical link: https://commits.webkit.org/316703@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications