Bug 70509 - CSSMutableStyleDeclaration: Simplify setNeedsStyleRecalc().
Summary: CSSMutableStyleDeclaration: Simplify setNeedsStyleRecalc().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 09:25 PDT by Andreas Kling
Modified: 2011-10-20 09:40 PDT (History)
1 user (show)

See Also:


Attachments
Awesome patch (1.60 KB, patch)
2011-10-20 09:30 PDT, 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 2011-10-20 09:25:12 PDT
CSSMutableStyleDeclaration: Simplify setNeedsStyleRecalc().
Comment 1 Andreas Kling 2011-10-20 09:30:43 PDT
Created attachment 111793 [details]
Awesome patch
Comment 2 Antti Koivisto 2011-10-20 09:34:38 PDT
Comment on attachment 111793 [details]
Awesome patch

r=me

It would be good to explain in the ChangeLog why this is ok.
Comment 3 Andreas Kling 2011-10-20 09:40:53 PDT
Committed r97987: <http://trac.webkit.org/changeset/97987>