Fix ASSERT fail within AudioBus::processWithGainFrom()
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 31 Jan 2012 05:47:29 +0000 (05:47 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 31 Jan 2012 05:47:29 +0000 (05:47 +0000)
commit0cf9256f71bfb8a1854bb5ceeb7ba2b932110670
tree13e58e7d31e6bd415e935ed0f28a670205ce741e
parent7b839fc3ce4f1cbc155f0a7bef61d531e3e9d2f0
Fix ASSERT fail within AudioBus::processWithGainFrom()
https://bugs.webkit.org/show_bug.cgi?id=76685

Patch by Raymond Liu <raymond.liu@intel.com> on 2012-01-30
Reviewed by Daniel Bates.

Source/WebCore:

Test: webaudio/audionode-connect-order.html

* webaudio/AudioBasicProcessorNode.cpp:
(WebCore::AudioBasicProcessorNode::AudioBasicProcessorNode):

LayoutTests:

* webaudio/audionode-connect-order-expected.txt: Added.
* webaudio/audionode-connect-order.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106332 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/webaudio/audionode-connect-order-expected.txt [new file with mode: 0644]
LayoutTests/webaudio/audionode-connect-order.html [new file with mode: 0644]
Source/WebCore/ChangeLog
Source/WebCore/webaudio/AudioBasicProcessorNode.cpp