Bug 74109

Summary: Optimize RenderObject::containingBlock().
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch hyatt: review+

Description Andreas Kling 2011-12-08 11:21:27 PST
RenderObject::containingBlock() is pretty hawt (2.0%) when scrolling around on YouTube.
Comment 1 Andreas Kling 2011-12-08 11:24:17 PST
Created attachment 118431 [details]
Proposed patch
Comment 2 Dave Hyatt 2011-12-08 11:46:45 PST
Comment on attachment 118431 [details]
Proposed patch

r=me
Comment 3 Andreas Kling 2011-12-08 12:01:23 PST
Committed r102360: <http://trac.webkit.org/changeset/102360>