Bug 78497

Summary: Don't mark element for style recalc when modifying its attribute style.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 78070    
Attachments:
Description Flags
Patch koivisto: review+

Description Andreas Kling 2012-02-13 07:35:52 PST
StylePropertySet::setNeedsStyleRecalc() shouldn't do anything if the parent element is an element's attributeStyle().
Comment 1 Andreas Kling 2012-02-13 07:42:43 PST
Created attachment 126771 [details]
Patch
Comment 2 Andreas Kling 2012-02-13 07:54:36 PST
Committed r107573: <http://trac.webkit.org/changeset/107573>