Message dropped when restoring webpages.
Created attachment 432018 [details] Patch
Comment on attachment 432018 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=432018&action=review > Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm:615 > setAppHighlightsVisibility(isVisible ? WebCore::HighlightVisibility::Visible : WebCore::HighlightVisibility::Hidden); > }; You could shove this block inline instead of in a local, now, if you wanted. But this is fine too.
I liked it and left it on purpose ;P
Committed r279166 (239063@main): <https://commits.webkit.org/239063@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 432018 [details].
<rdar://problem/79651855>