Closed Bug 1324169 Opened 9 years ago Closed 9 years ago

AudioWorkletGlobalScope breaks --disable-webrtc builds

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

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)
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
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.