/app/webkit/Source/WTF/wtf/ThreadAssertions.h: In member function ‘WTF::ThreadLikeAssertion& WTF::ThreadLikeAssertion::operator=(WTF::ThreadLikeAssertion&&)’: /app/webkit/Source/WTF/wtf/ThreadAssertions.h:126:18: error: ‘exchange’ is not a member of ‘std’; did you mean ‘std::__atomic_impl::exchange’? 126 | m_uid = std::exchange(other.m_uid, anyThreadLike); | ^~~~~~~~
Pull request: https://github.com/WebKit/WebKit/pull/5430
Committed 255605@main (c721595118ec): <https://commits.webkit.org/255605@main> Reviewed commits have been landed. Closing PR #5430 and removing active labels.
<rdar://problem/101223473>