RESOLVED FIXED250299
Remove unnecessary return WTFMove in MediaSessionManagerIOS.mm
https://bugs.webkit.org/show_bug.cgi?id=250299
Summary Remove unnecessary return WTFMove in MediaSessionManagerIOS.mm
Joonghun Park
Reported 2023-01-08 07:52:25 PST
The local std::unique_ptr is moved as rvalue at return statement in function automatically by RVO, so we can remove the unnecessary WTFMove.
Attachments
EWS
Comment 1 2023-01-08 14:18:56 PST
Committed 258642@main (2a66ba3878d9): <https://commits.webkit.org/258642@main> Reviewed commits have been landed. Closing PR #8377 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.