RESOLVED FIXED Bug 75802
Don't create style selector in Element::recalcStyleIfNeededAfterAttributeChanged if it doesn't exist
https://bugs.webkit.org/show_bug.cgi?id=75802
Summary Don't create style selector in Element::recalcStyleIfNeededAfterAttributeChan...
Antti Koivisto
Reported 2012-01-08 11:17:51 PST
Element::recalcStyleIfNeededAfterAttributeChanged shouldn't create style selector for attribute check if it doesn't already exist. We are going to need a full style recalc anyway in that case and the constructed style selector may get throw out again.
Attachments
Antti Koivisto
Comment 1 2012-01-08 11:22:37 PST
Note You need to log in before you can comment on or make changes to this bug.