Stop using UncheckedLock in MediaElementAudioSourceNode as it is being phased out in favor of Lock, which supports clang thread safety analysis.
Created attachment 429714 [details] Patch
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.
Committed r278077 (238156@main): <https://commits.webkit.org/238156@main>
<rdar://problem/78494211>