DescriptionReplace 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
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169614
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|