Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0c99f26c7129369b8bfd9df079d40f44274b8839 https://github.com/WebKit/WebKit/commit/0c99f26c7129369b8bfd9df079d40f44274b8839 Author: Charlie Wolfe <charl...@apple.com> Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths: M Source/WebCore/page/RemoteFrame.cpp M Source/WebKit/WebProcess/WebPage/WebFrame.cpp Log Message: ----------- Move setView() to the RemoteFrame constructor https://bugs.webkit.org/show_bug.cgi?id=264376 rdar://118089394 Reviewed by Alex Christensen. There are currently some situations where a RemoteFrame can exist without a RemoteFrameView. We should move the setView() call to the RemoteFrame constructor so this can't happen. * Source/WebCore/page/RemoteFrame.cpp: (WebCore::m_layerHostingContextIdentifier): * Source/WebKit/WebProcess/WebPage/WebFrame.cpp: (WebKit::WebFrame::didCommitLoadInAnotherProcess): Canonical link: https://commits.webkit.org/270367@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes