New issue
Advanced search Search tips

Issue 611881 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: May 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocked on:
issue 608766



Sign in to add a comment

Simplify check for closed contexts

Project Member Reported by rtoy@chromium.org, May 13 2016

Issue description

Every AudioNode needs to check to see if the context is closed before creating the node because this is illegal.  The code for checking should be refactored into the AudioNode so that it's in exactly one place.

 

Comment 1 by rtoy@chromium.org, May 13 2016

Status: WontFix (was: Started)
This can't actually work with the current system.  The AudioNode constructor can't return null.

Sign in to add a comment