Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 05c611517b4bfb78981238f7311fb9c311137431
https://github.com/WebKit/WebKit/commit/05c611517b4bfb78981238f7311fb9c311137431
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.cpp
Log Message:
-----------
MediaStreamAudioSourceNode::setFormat() sets m_sourceNumberOfChannels twice
with no intervening use
https://bugs.webkit.org/show_bug.cgi?id=320273
rdar://183191369
Reviewed by Chris Dumez.
m_sourceNumberOfChannels was assigned the same value twice in
setFormat(), once before configuring the resampler and once
after, with no use of the member in between. Removed the
redundant second assignment.
* Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.cpp:
(WebCore::MediaStreamAudioSourceNode::setFormat):
Canonical link: https://commits.webkit.org/317958@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications