Bug 224728 - Update LibWebRTCCodecsProxy to use a Lock
Summary: Update LibWebRTCCodecsProxy to use a Lock
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-17 22:53 PDT by Chris Dumez
Modified: 2021-04-24 15:06 PDT (History)
3 users (show)

See Also:


Attachments
Patch (9.69 KB, patch)
2021-04-17 22:55 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-04-17 22:53:00 PDT
Update LibWebRTCCodecsProxy to use a Lock, instead of a std::atomic<bool> that has to be kept up to date.
Comment 1 Chris Dumez 2021-04-17 22:55:48 PDT
Created attachment 426369 [details]
Patch
Comment 2 EWS 2021-04-18 00:10:12 PDT
Committed r276223 (236705@main): <https://commits.webkit.org/236705@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 426369 [details].
Comment 3 Radar WebKit Bug Importer 2021-04-24 15:06:16 PDT
<rdar://problem/77110073>