aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/BaseAudioContext.webidl
diff options
context:
space:
mode:
authorFernando Jiménez Moreno <ferjmoreno@gmail.com>2018-06-29 16:41:55 +0200
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2018-07-30 14:21:42 +0200
commit0e92efbb79cfeb92a9e64cea378457b489517cc6 (patch)
tree3e4cd0fc033418637ffe92d0d845af38baa5956f /components/script/dom/webidls/BaseAudioContext.webidl
parent02c39eb9efd7baa30f801cba414c76e066885adc (diff)
downloadservo-0e92efbb79cfeb92a9e64cea378457b489517cc6.tar.gz
servo-0e92efbb79cfeb92a9e64cea378457b489517cc6.zip
BaseAudioContext.CreateGain()
Diffstat (limited to 'components/script/dom/webidls/BaseAudioContext.webidl')
-rw-r--r--components/script/dom/webidls/BaseAudioContext.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/BaseAudioContext.webidl b/components/script/dom/webidls/BaseAudioContext.webidl
index 81e0817c8cd..9adb5600fbb 100644
--- a/components/script/dom/webidls/BaseAudioContext.webidl
+++ b/components/script/dom/webidls/BaseAudioContext.webidl
@@ -36,7 +36,7 @@ interface BaseAudioContext : EventTarget {
// optional unsigned long numberOfInputChannels = 2,
// optional unsigned long numberOfOutputChannels = 2);
// AnalyserNode createAnalyser();
- // GainNode createGain();
+ GainNode createGain();
// DelayNode createDelay(optional double maxDelayTime = 1);
// BiquadFilterNode createBiquadFilter();
// IIRFilterNode createIIRFilter(sequence<double> feedforward,