Bug 261534

Summary: Fix compiler warning in WTF::moveToVectorOf()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2023-09-13 16:09:25 PDT
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]
```
Comment 1 Chris Dumez 2023-09-13 16:11:11 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17755
Comment 2 EWS 2023-09-14 09:51:11 PDT
Committed 267994@main (9019b5fba914): <https://commits.webkit.org/267994@main>

Reviewed commits have been landed. Closing PR #17755 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-09-14 09:52:15 PDT
<rdar://problem/115500667>