Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9e7c8045de505b72f542c1c07c6ba69566c7b47a
https://github.com/WebKit/WebKit/commit/9e7c8045de505b72f542c1c07c6ba69566c7b47a
Author: Cole Carley <[email protected]>
Date: 2026-02-03 (Tue, 03 Feb 2026)
Changed paths:
M Source/WebCore/page/Page.cpp
Log Message:
-----------
[Site-Isolation] Fix localFrame to remoteFrame synchronization
https://bugs.webkit.org/show_bug.cgi?id=306904
rdar://169568732
Reviewed by Simon Fraser.
Page::syncLocalFrameToRemote was incorrectly mapping over the child frames. It
was calling FrameTree::traverseNextSkippingChildren
instead of FrameTree::nextSibling, which caused
ASSERT(child.tree().parent()->frameID() == m_frame->frameID()) to fail in
LocalFrameView::visibleRectOfChild.
* Source/WebCore/page/Page.cpp:
(WebCore::Page::syncLocalFrameInfoToRemote):
Canonical link: https://commits.webkit.org/306755@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications