...
Created attachment 435774 [details] Patch
Comment on attachment 435774 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435774&action=review > Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:1762 > + if (networkProcessProxy && networkProcessProxy.get() == strongThis->m_networkProcess.get()) Do we really need the ".get()" on either side? It should be OK to == RefPtrs.
Comment on attachment 435774 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435774&action=review >> Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:1762 >> + if (networkProcessProxy && networkProcessProxy.get() == strongThis->m_networkProcess.get()) > > Do we really need the ".get()" on either side? It should be OK to == RefPtrs. It seems we only need one .get(), will update.
Created attachment 435781 [details] Patch for landing
Committed r281199 (240643@main): <https://commits.webkit.org/240643@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435781 [details].
<rdar://problem/82084469>