[Webkit-unassigned] [Bug 66893] New: [WebAudio] Undeclared dependency to VIDEO
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 24 14:40:28 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66893
Summary: [WebAudio] Undeclared dependency to VIDEO
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Audio
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pnormand at igalia.com
CC: crogers at google.com
The createMediaElementSource() of AudioContext introduces a dependency on the VIDEO feature but it's not explicit, so this breaks:
build-webkit --no-video --web-audio
I tried to use [Conditional=VIDEO] as a prefix to the new method in the idl file but it seems this works only for attributes.
--
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