Bug 78959

Summary: HTMLBodyElement: Avoid synchronous style recalc when setting link/vlink/alink.
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 andersca: review+

Description Andreas Kling 2012-02-18 03:55:44 PST
I don't see why we need to recalcStyle() immediately when these attributes change.
Comment 1 Andreas Kling 2012-02-18 03:56:31 PST
Created attachment 127703 [details]
Patch

Let's see how EWS feels about this.
Comment 2 Andreas Kling 2012-02-18 11:48:59 PST
Committed r108163: <http://trac.webkit.org/changeset/108163>