RESOLVED FIXED 210970
[EME][CDMProxy] Default initialize m_numDecryptorsWaitingForKey member
https://bugs.webkit.org/show_bug.cgi?id=210970
Summary [EME][CDMProxy] Default initialize m_numDecryptorsWaitingForKey member
Charlie Turner
Reported 2020-04-24 07:27:06 PDT
[EME][CDMProxy] Default initialize m_numDecryptorsWaitingForKey member
Attachments
Patch (1.74 KB, patch)
2020-04-24 07:30 PDT, Charlie Turner
no flags
Charlie Turner
Comment 1 2020-04-24 07:30:04 PDT
Xabier Rodríguez Calvar
Comment 2 2020-04-24 07:53:40 PDT
Comment on attachment 397457 [details] Patch I think we should use wtf/Atomic instead.
Charlie Turner
Comment 3 2020-04-27 06:10:58 PDT
(In reply to Xabier Rodríguez Calvar from comment #2) > Comment on attachment 397457 [details] > Patch > > I think we should use wtf/Atomic instead. Why? That's only a wrapper around std::atomic providing conveniences for CAS that are not relevant to us.
EWS
Comment 4 2020-04-28 03:58:29 PDT
Committed r260815: <https://trac.webkit.org/changeset/260815> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397457 [details].
Note You need to log in before you can comment on or make changes to this bug.