RESOLVED FIXED 226250
Stop using UncheckedLock in MediaElementAudioSourceNode
https://bugs.webkit.org/show_bug.cgi?id=226250
Summary Stop using UncheckedLock in MediaElementAudioSourceNode
Chris Dumez
Reported 2021-05-25 16:37:51 PDT
Stop using UncheckedLock in MediaElementAudioSourceNode as it is being phased out in favor of Lock, which supports clang thread safety analysis.
Attachments
Patch (3.88 KB, patch)
2021-05-25 17:24 PDT, Chris Dumez
darin: review+
Chris Dumez
Comment 1 2021-05-25 17:24:43 PDT
Darin Adler
Comment 2 2021-05-25 20:39:00 PDT
Comment on attachment 429714 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429714&action=review > Source/WebCore/html/HTMLMediaElement.cpp:6635 > + Optional<Locker<Lock>> audioSourceNodeLocker; In new code you should write std::optional, not Optional.
Chris Dumez
Comment 3 2021-05-25 22:00:55 PDT
Radar WebKit Bug Importer
Comment 4 2021-05-25 22:01:21 PDT
Note You need to log in before you can comment on or make changes to this bug.