Replace nextSiblingChildren() with simpler nextSibling() when equivalent
This makes the code more readable as it makes it clear we are only traversing children. This is also a bit more efficient as nextSiblingChildren() tries to traverse the ancestors siblings when done with the current siblings. R=esprehn, adamk Review URL: https://codereview.chromium.org/196823006 git-svn-id: svn://svn.chromium.org/blink/trunk@169614 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment