summaryrefslogtreecommitdiffstats
path: root/dom/webidl
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-04 16:18:03 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-04 16:18:03 +0100
commit7fcb7f54468aaf4e988e545ef1f6a8b9ab23b7dc (patch)
treefa285d3a7373596199df427327fd76a3d888f789 /dom/webidl
parentdfce7fa7b664815bbce363d252033094a0dfe843 (diff)
downloadUXP-7fcb7f54468aaf4e988e545ef1f6a8b9ab23b7dc.tar
UXP-7fcb7f54468aaf4e988e545ef1f6a8b9ab23b7dc.tar.gz
UXP-7fcb7f54468aaf4e988e545ef1f6a8b9ab23b7dc.tar.lz
UXP-7fcb7f54468aaf4e988e545ef1f6a8b9ab23b7dc.tar.xz
UXP-7fcb7f54468aaf4e988e545ef1f6a8b9ab23b7dc.zip
Remove proprietary constructor on AudioContext.
This is a B2G leftover, was proprietary, and is causing issues because `AudioContext` can now have a parameter that is a property bag, per spec (we do not do anything with the property bag now; the audio back-end will use automatic values for everything). This resolves #924.
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/AudioContext.webidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/webidl/AudioContext.webidl b/dom/webidl/AudioContext.webidl
index c2f65abaf..9aa3d5567 100644
--- a/dom/webidl/AudioContext.webidl
+++ b/dom/webidl/AudioContext.webidl
@@ -24,7 +24,6 @@ dictionary PeriodicWaveConstraints {
};
[Constructor,
- Constructor(AudioChannel audioChannelType),
Pref="dom.webaudio.enabled"]
interface AudioContext : EventTarget {