Bug 137573

Summary: Use RenderObject::firstChildSlow() / lastChildSlow() less
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Layout and RenderingAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Enhancement CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, jcraig, jdiggs, kling, koivisto, kondapallykalyan, mario, pdr, samuel_white, schenney, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2014-10-09 13:50:41 PDT
Use RenderObject::firstChildSlow() / lastChildSlow() less by using tighter typing at call sites whenever possible to be able to call RenderElement::firstChild() / lastChild() instead.
Comment 1 Chris Dumez 2014-10-09 14:06:32 PDT
Created attachment 239567 [details]
Patch
Comment 2 Chris Dumez 2014-10-09 14:31:26 PDT
Created attachment 239570 [details]
Patch
Comment 3 Andreas Kling 2014-10-09 16:17:10 PDT
Comment on attachment 239570 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2014-10-09 16:55:48 PDT
Comment on attachment 239570 [details]
Patch

Clearing flags on attachment: 239570

Committed r174542: <http://trac.webkit.org/changeset/174542>
Comment 5 WebKit Commit Bot 2014-10-09 16:55:54 PDT
All reviewed patches have been landed.  Closing bug.