Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 87b49d252dd7f77c6da0bba4689f6fd5a6010df9
https://github.com/WebKit/WebKit/commit/87b49d252dd7f77c6da0bba4689f6fd5a6010df9
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M Source/WebCore/Modules/webaudio/AudioNodeOutput.h
Log Message:
-----------
Remove unused AudioNodeOutput::InputsIterator typedef
https://bugs.webkit.org/show_bug.cgi?id=320357
rdar://183308918
Reviewed by Eric Carlson.
AudioNodeOutput declares a private typedef for InputsMap::iterator, but
its last three uses were converted to modern range-based for-loops in
163795@main (2015). The typedef has been dead code ever since. Remove it.
No change in behavior.
* Source/WebCore/Modules/webaudio/AudioNodeOutput.h:
Canonical link: https://commits.webkit.org/317988@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications