Bug 75802 - Don't create style selector in Element::recalcStyleIfNeededAfterAttributeChanged if it doesn't exist
Summary: Don't create style selector in Element::recalcStyleIfNeededAfterAttributeChan...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 11:17 PST by Antti Koivisto
Modified: 2012-01-08 11:22 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 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.
Comment 1 Antti Koivisto 2012-01-08 11:22:37 PST
http://trac.webkit.org/changeset/104404