Bug 74019

Summary: RenderObject::style(): Inline early-return condition.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, koivisto, mihnea
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch andersca: review+

Description Andreas Kling 2011-12-07 12:25:14 PST
RenderObject::style() is extremely hot (6.1%) when scrolling on YouTube.
Comment 1 Andreas Kling 2011-12-07 12:29:06 PST
Created attachment 118252 [details]
Proposed patch
Comment 2 Andreas Kling 2011-12-07 13:10:15 PST
Committed r102268: <http://trac.webkit.org/changeset/102268>