Fix compiler warning in WTF::moveToVectorOf(): ``` /usr/local/include/wtf/Vector.h:1935:16: warning: Forwarding reference passed to std::move(), which may unexpectedly cause lvalues to be moved; use std::forward() instead [bugprone-move-forwarding-reference] ```
Pull request: https://github.com/WebKit/WebKit/pull/17755
Committed 267994@main (9019b5fba914): <https://commits.webkit.org/267994@main> Reviewed commits have been landed. Closing PR #17755 and removing active labels.
<rdar://problem/115500667>