Closed
Bug 1324169
Opened 9 years ago
Closed 9 years ago
AudioWorkletGlobalScope breaks --disable-webrtc builds
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: bzbarsky, Unassigned)
References
Details
AudioWorkletGlobalScope is compiled unconditionally and uses VoidFunction, which is defined in RTCPeerConnection.webidl, which is only built if MOZ_WEBRTC is defined.
You probably want to move VoidFunction to somewhere that's unconditionally compiled...
Flags: needinfo?(amarchesini)
Updated•9 years ago
|
Flags: needinfo?(amarchesini)
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0a54b96e3e7e
VoidFunction should be moved to Function.webidl for Worklet global scopes, r=me
Comment 2•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•