Hi Team, While going through Blink's commit, I think we can fix inefficient sequence as well: Blink Commit - https://chromium.googlesource.com/chromium/blink/+/ec81c8eb26580fce076c096c13463d754f40e6c3 WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/Modules/webaudio/BaseAudioContext.cpp#179 Move this below: m_nodesToDelete = std::exchange(m_nodesMarkedForDeletion, { }); ---> here Just wanted to raise so we can fix this. Thanks!
Committed 258920@main (6eceb6d922f3): <https://commits.webkit.org/258920@main> Reviewed commits have been landed. Closing PR #8590 and removing active labels.
<rdar://problem/104263455>