Bug 78497 - Don't mark element for style recalc when modifying its attribute style.
Summary: Don't mark element for style recalc when modifying its attribute style.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks: 78070
  Show dependency treegraph
 
Reported: 2012-02-13 07:35 PST by Andreas Kling
Modified: 2012-02-15 03:44 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2012-02-13 07:42 PST, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>