Bug 83079 - AudioNode::deref should check for good state
Summary: AudioNode::deref should check for good state
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-03 14:55 PDT by Raymond Toy
Modified: 2013-05-10 18:09 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raymond Toy 2012-04-03 14:55:41 PDT
AudioNode::deref currently will deref and possibly delete any node.  But the deref should only happen when we are in the pre-render or post-render phases of the processing so that we don't delete nodes while the audio graph is being processed.
Comment 1 Chris Rogers 2013-05-10 18:09:19 PDT
This should be ok, since
http://trac.webkit.org/changeset/133239