Bug 65888

Summary: Fix thread-safety of AudioNode deletion
Product: WebKit Reporter: Chris Rogers <crogers>
Component: New BugsAssignee: Chris Rogers <crogers>
Status: RESOLVED FIXED    
Severity: Normal CC: kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kbr: review+

Description Chris Rogers 2011-08-08 16:33:09 PDT
Fix thread-safety of AudioNode deletion
Comment 1 Chris Rogers 2011-08-08 16:49:54 PDT
Created attachment 103314 [details]
Patch
Comment 2 Chris Rogers 2011-08-08 16:52:29 PDT
AudioNodes should be deleted only on the main thread.  Some AudioNodes hold references to ref-counted objects which are not thread-safe (like Float32Array)
Comment 3 Kenneth Russell 2011-08-08 17:28:56 PDT
Comment on attachment 103314 [details]
Patch

Looks good to me.
Comment 4 Chris Rogers 2011-08-08 17:49:16 PDT
Committed r92658: <http://trac.webkit.org/changeset/92658>