[Webkit-unassigned] [Bug 50172] Add remaining custom JSC web audio bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 13:24:28 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50172





--- Comment #2 from Kenneth Russell <kbr at google.com>  2010-11-29 13:24:28 PST ---
(From update of attachment 75051)
View in context: https://bugs.webkit.org/attachment.cgi?id=75051&action=review

> WebCore/bindings/js/JSAudioBufferSourceNodeCustom.cpp:42
> +    imp->setBuffer(toAudioBuffer(value));

Do you guard against NULL inputs in AudioBufferSourceNode::setBuffer?

> WebCore/bindings/js/JSConvolverNodeCustom.cpp:42
> +    imp->setBuffer(toAudioBuffer(value));

Same question about ConvolverNode here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list