NEW 80853
Avoid unnecessary forced style recalcs
https://bugs.webkit.org/show_bug.cgi?id=80853
Summary Avoid unnecessary forced style recalcs
Antti Koivisto
Reported 2012-03-12 09:42:13 PDT
Document::scheduleForcedStyleRecalc() schedules the recalc even if there is no style to update yet. Before the timer fires the parser may create new elements with correct style. Doing forced recalc on those is wasted work.
Attachments
Note You need to log in before you can comment on or make changes to this bug.