Move handle of HRTFDatabaseLoader to AudioListener.
Fix regression on specific application. http://googlechrome.github.io/web-audio-samples/samples/audio/box2d-js/box2d-audio.html Although a HRTFDatabaseLoader should keep the handle until AudioContext is destroyed, a panner node tries to create the loader again since being removed the handle by deref() of AudioNode. The handle has been moved to AudioListener that is related mostly to keep the handle. BUG=393751 Review URL: https://codereview.chromium.org/393363002 git-svn-id: svn://svn.chromium.org/blink/trunk@178583 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment