RESOLVED FIXED 137573
Use RenderObject::firstChildSlow() / lastChildSlow() less
https://bugs.webkit.org/show_bug.cgi?id=137573
Summary Use RenderObject::firstChildSlow() / lastChildSlow() less
Chris Dumez
Reported 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.
Attachments
Patch (19.16 KB, patch)
2014-10-09 14:06 PDT, Chris Dumez
no flags
Patch (19.27 KB, patch)
2014-10-09 14:31 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-10-09 14:06:32 PDT
Chris Dumez
Comment 2 2014-10-09 14:31:26 PDT
Andreas Kling
Comment 3 2014-10-09 16:17:10 PDT
Comment on attachment 239570 [details] Patch r=me
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2014-10-09 16:55:54 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.