Bug 100994

Summary: Ensure that AudioNode deletion is synchronized with a stable state of the rendering graph
Product: WebKit Reporter: Chris Rogers <crogers>
Component: New BugsAssignee: Chris Rogers <crogers>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, feature-media-reviews, kbr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kbr: review+

Chris Rogers
Reported 2012-11-01 15:19:14 PDT
Ensure that AudioNode deletion is synchronized with a stable state of the rendering graph
Attachments
Patch (3.88 KB, patch)
2012-11-01 15:30 PDT, Chris Rogers
kbr: review+
Chris Rogers
Comment 1 2012-11-01 15:30:44 PDT
Kenneth Russell
Comment 2 2012-11-01 15:49:49 PDT
Comment on attachment 171944 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=171944&action=review This fix looks OK but there's a comment that needs to be updated. Please do that before landing. r=me > Source/WebCore/Modules/webaudio/AudioContext.cpp:786 > + m_nodesToDelete.append(m_nodesMarkedForDeletion[i]); There is now a stale comment about m_nodesToDelete in AudioContext::deleteMarkedNodes() that needs to be adjusted.
Chris Rogers
Comment 3 2012-11-01 16:24:13 PDT
Note You need to log in before you can comment on or make changes to this bug.