Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0d32194d8f4da144611ab9fd8aed18ff4a87d852
https://github.com/WebKit/WebKit/commit/0d32194d8f4da144611ab9fd8aed18ff4a87d852
Author: Brady Eidson <[email protected]>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M Source/WebCore/dom/Document.cpp
Log Message:
-----------
Remove an impossible error case in Document::urlForBindings()
rdar://148380434
https://bugs.webkit.org/show_bug.cgi?id=290883
Reviewed by Alex Christensen.
The top of this method already checks isTopDocument() and frame(), which means
`this`
already definitely is the main frame document, and the 'policySourceLoader`
will always
be this's loader.
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::urlForBindings):
Canonical link: https://commits.webkit.org/293076@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes