[Webkit-unassigned] [Bug 66893] [WebAudio] Undeclared dependency to VIDEO

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 14:56:32 PDT 2011


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





--- Comment #18 from Chris Rogers <crogers at google.com>  2011-08-29 14:56:32 PST ---
(From update of attachment 105492)
View in context: https://bugs.webkit.org/attachment.cgi?id=105492&action=review

Hi Philippe, can you try my suggestion to avoid custom bindings?

Thanks,
Chris

> Source/WebCore/webaudio/AudioContext.idl:62
> +        [Custom] MediaElementAudioSourceNode createMediaElementSource(in HTMLMediaElement mediaElement)

Can't we avoid using the Custom bindings and instead have something like this:

#if defined(ENABLE_VIDEO) && ENABLE_VIDEO
MediaElementAudioSourceNode createMediaElementSource(in HTMLMediaElement mediaElement)
            raises(DOMException);
#endif

-- 
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