rdar://83173597
Created attachment 438682 [details] WIP
Created attachment 438687 [details] Patch
Comment on attachment 438687 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438687&action=review > Source/WebCore/page/EventHandler.cpp:2529 > + if (!candidateElement) Why did you expand this?
Comment on attachment 438687 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438687&action=review Thanks for the review! >> Source/WebCore/page/EventHandler.cpp:2529 >> + if (!candidateElement) > > Why did you expand this? Ah, good question. So I had actually inadvertently shrank this in https://trac.webkit.org/r282740, due to a mistake when breaking out my changes into these smaller patches :P (It was originally intended to be just one larger refactoring, but I split it into smaller pieces to make it easier to review).
Committed r282769 (241904@main): <https://commits.webkit.org/241904@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438687 [details].