The selector engine in js/src/dom/selector-engine.js has a helper that is no longer used anywhere, along with a related prev() function. Both can be removed to keep the module lean, once we've confirmed nothing internal or public still depends on them.
The spot is marked with a // TODO: comment in that file. Once the code is removed, the comment can go with it.
The selector engine in
js/src/dom/selector-engine.jshas a helper that is no longer used anywhere, along with a relatedprev()function. Both can be removed to keep the module lean, once we've confirmed nothing internal or public still depends on them.The spot is marked with a
// TODO:comment in that file. Once the code is removed, the comment can go with it.