Skip to content

Simplify DocumentCursor::setPosition

Waqar Ahmed requested to merge work/simplify-doc-cursor-set-position into master

Seems like we don't care for validity in this case, so just simply assign without checking for isValid(). The function does show up a lot in profiles that I did for checking why anchorInternal() was taking so much time. Also, removed the pass by ref as that is just unnecessary indirection.

Edited by Waqar Ahmed

Merge request reports