[webkit-changes] [WebKit/WebKit] 7a696b: Remove invalid RELEASE_ASSERT from Page::setMainFr...
Brady Eidson
noreply at github.com
Fri Feb 28 15:43:15 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7a696bd0ff2dd3b0d421f5fca784bf5024ca085a
https://github.com/WebKit/WebKit/commit/7a696bd0ff2dd3b0d421f5fca784bf5024ca085a
Author: Brady Eidson <beidson at apple.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M Source/WebCore/page/Page.cpp
Log Message:
-----------
Remove invalid RELEASE_ASSERT from Page::setMainFrameURLAndOrigin
rdar://145430384
https://bugs.webkit.org/show_bug.cgi?id=288859
Reviewed by Ben Nham.
There's no good "is equal" expression for origins that makes particular sense here,
and it's not particularly worth the trouble to try to find one.
* Source/WebCore/page/Page.cpp:
(WebCore::Page::setMainFrameURLAndOrigin):
Canonical link: https://commits.webkit.org/291391@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