Remove redundant code in Document::updateHoverActiveState.
Created attachment 191206 [details] Patch
I've extracted this bit from carewolf's patch in bug 98168. It seems like a good idea to land this bit separately, as it's tangential to that larger patch's focus.
Comment on attachment 191206 [details] Patch FIXME: Credit carewolf in the ChangeLog before landing this.
Comment on attachment 191206 [details] Patch Looks OK. The old code is simpler and faster for the special case it covers, but there’s no need for it if it’s not a significant performance optimization.
(In reply to comment #4) > (From update of attachment 191206 [details]) > Looks OK. The old code is simpler and faster for the special case it covers, but there’s no need for it if it’s not a significant performance optimization. I believe the effect will be miniscule, but I'll keep an eye on perf.webkit.org just in case. Thanks!
Created attachment 191419 [details] Patch for landing
Comment on attachment 191419 [details] Patch for landing Clearing flags on attachment: 191419 Committed r144741: <http://trac.webkit.org/changeset/144741>
All reviewed patches have been landed. Closing bug.