.
<rdar://problem/78130098>
Created attachment 429089 [details] Patch
Comment on attachment 429089 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429089&action=review > Source/WebKit/UIProcess/WebPageProxy.cpp:1958 > + if (m_pageClient) > + didChangeBackgroundColor(); Hmm, I would expect it here if you had moved the dereferencing of m_pageClient here, but inside didChangeBackgroundColor if you didn't. Why this version?
Comment on attachment 429089 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429089&action=review >> Source/WebKit/UIProcess/WebPageProxy.cpp:1958 >> + didChangeBackgroundColor(); > > Hmm, I would expect it here if you had moved the dereferencing of m_pageClient here, but inside didChangeBackgroundColor if you didn't. Why this version? No particular reason. Just trying to keep the diff smaller I suppose. I'll add `m_pageClient->didChangeBackgroundColor()` here instead.
Created attachment 429221 [details] Patch
Committed r277827 (237973@main): <https://commits.webkit.org/237973@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429221 [details].