Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c36c4605523902f42b38f1d9a99fe995c620d791
https://github.com/WebKit/WebKit/commit/c36c4605523902f42b38f1d9a99fe995c620d791
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M Source/WebCore/Modules/webaudio/AudioNode.cpp
Log Message:
-----------
AudioNode::connect(AudioParam&, unsigned) acquires the graph lock before
asserting main thread
https://bugs.webkit.org/show_bug.cgi?id=320274
rdar://183191490
Reviewed by Chris Dumez.
Every other AudioNode connect/disconnect overload asserts isMainThread()
before taking the graph lock. This overload did it in the opposite order,
acquiring context().graphLock() first. Reorder to assert-then-lock to
match the rest of the file.
* Source/WebCore/Modules/webaudio/AudioNode.cpp:
(WebCore::AudioNode::connect):
Canonical link: https://commits.webkit.org/317957@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications