DescriptionUse ElementTraversal in HTMLTableRowsCollection::rowAfter()
Use ElementTraversal in HTMLTableRowsCollection::rowAfter() instead of
traversing manually. This makes it clearer that we are looking for Elements and
is good for performance as ContainerNode::firstChild() gets called instead of
Node::firstChild().
RoboHornet Pro benchmark is 1.7-1.8% faster with this patch on my Linux desktop.
R=adamk, eseidel
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167151
Patch Set 1 #
Total comments: 4
Patch Set 2 : Tiny initialization fix #
Messages
Total messages: 12 (0 generated)
|