Bug 78888

Summary: Element: Inline style selector and AX invalidation in attributeChanged().
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Andreas Kling
Reported 2012-02-17 02:33:02 PST
We no longer need the methods updateAfterAttributeChanged() and recalcStyleIfNeededAfterAttributeChanged() on Element since they are only used in a single place. We can just inline them instead and avoid the function calls.
Attachments
Patch (3.21 KB, patch)
2012-02-17 02:37 PST, Andreas Kling
no flags
Patch (3.42 KB, patch)
2012-02-17 03:32 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2012-02-17 02:37:24 PST
Andreas Kling
Comment 2 2012-02-17 03:32:53 PST
Andreas Kling
Comment 3 2012-02-17 14:34:22 PST
Comment on attachment 127568 [details] Patch Clearing flags on attachment: 127568 Committed r108126: <http://trac.webkit.org/changeset/108126>
Andreas Kling
Comment 4 2012-02-17 14:34:30 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.