[webkit-changes] [WebKit/WebKit] e1d008: verifyGC failures related to AudioBufferSourceNode
Basuke Suzuki
noreply at github.com
Thu Sep 12 14:16:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e1d0084801c2039a5afe13fd39434897c3920399
https://github.com/WebKit/WebKit/commit/e1d0084801c2039a5afe13fd39434897c3920399
Author: Basuke Suzuki <basuke at apple.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M Source/WebCore/Modules/webaudio/AudioBuffer.cpp
M Source/WebCore/Modules/webaudio/AudioBuffer.h
Log Message:
-----------
verifyGC failures related to AudioBufferSourceNode
https://bugs.webkit.org/show_bug.cgi?id=279596
rdar://133248373
Reviewed by Keith Miller.
Seeing verifyGC failure because of the write barrier missing when touching the AudioBuffer's property.
* Source/WebCore/Modules/webaudio/AudioBuffer.cpp:
(WebCore::AudioBuffer::getChannelData):
* Source/WebCore/Modules/webaudio/AudioBuffer.h:
Canonical link: https://commits.webkit.org/283576@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list