WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
246592
[Debug] Build failure in ThreadAssertions.h
https://bugs.webkit.org/show_bug.cgi?id=246592
Summary
[Debug] Build failure in ThreadAssertions.h
Xabier Rodríguez Calvar
Reported
2022-10-16 10:34:02 PDT
/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); | ^~~~~~~~
Attachments
Add attachment
proposed patch, testcase, etc.
Xabier Rodríguez Calvar
Comment 1
2022-10-16 10:39:09 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/5430
EWS
Comment 2
2022-10-16 10:41:27 PDT
Committed
255605@main
(c721595118ec): <
https://commits.webkit.org/255605@main
> Reviewed commits have been landed. Closing PR #5430 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2022-10-16 10:42:19 PDT
<
rdar://problem/101223473
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug