RESOLVED FIXED 227940
MediaSessionManagerCocoa::ensureCodecsRegistered() isn't thread-safe
https://bugs.webkit.org/show_bug.cgi?id=227940
Summary MediaSessionManagerCocoa::ensureCodecsRegistered() isn't thread-safe
Jean-Yves Avenard [:jya]
Reported 2021-07-13 22:10:42 PDT
Apparently, C++11 feature that guarantees that static initialisation be thread-safe is disabled in webkit. Making the change in bug 225910 wrong. Should do initialisation in a different manner
Attachments
Patch (1.92 KB, patch)
2021-07-13 22:21 PDT, Jean-Yves Avenard [:jya]
ews-feeder: commit-queue-
Radar WebKit Bug Importer
Comment 1 2021-07-13 22:11:13 PDT
Jean-Yves Avenard [:jya]
Comment 2 2021-07-13 22:21:43 PDT
Maciej Stachowiak
Comment 3 2021-07-13 22:27:04 PDT
Comment on attachment 433486 [details] Patch r=me
EWS
Comment 4 2021-07-13 22:57:15 PDT
Committed r279905 (239654@main): <https://commits.webkit.org/239654@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 433486 [details].
Note You need to log in before you can comment on or make changes to this bug.