Drop NodeTraversal::nextSkippingChildren() overload taking a ContainerNode in argument. This one does not bring any performance improvement because nextSibling() is defined on Node and nextAncestorSibling() takes a Node in argument.
Created attachment 237994 [details] Patch
Comment on attachment 237994 [details] Patch I'll get rid of the one on ElementTraversal as well in the same patch.
Created attachment 237995 [details] Patch
Created attachment 237997 [details] Patch
Comment on attachment 237997 [details] Patch Seems fine, but the fact that we can’t easily test is unfortunate.
Comment on attachment 237997 [details] Patch Clearing flags on attachment: 237997 Committed r173607: <http://trac.webkit.org/changeset/173607>
All reviewed patches have been landed. Closing bug.