diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2018-08-23 13:33:40 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-08-23 13:33:40 -0700 |
commit | 4b48cfa3ecd95298428a2d1d377a5a16020cc65b (patch) | |
tree | e56e560b8f7f58591e9ffd0a96e7dc1a40db35d0 /components/script/dom/gainnode.rs | |
parent | 66a9677538cfba2499cf0dd22de08fe7692f6b12 (diff) | |
download | servo-4b48cfa3ecd95298428a2d1d377a5a16020cc65b.tar.gz servo-4b48cfa3ecd95298428a2d1d377a5a16020cc65b.zip |
Upgrade to latest servo-media
Diffstat (limited to 'components/script/dom/gainnode.rs')
-rw-r--r-- | components/script/dom/gainnode.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/gainnode.rs b/components/script/dom/gainnode.rs index fe7ac041bf9..5cdbd8a89c9 100644 --- a/components/script/dom/gainnode.rs +++ b/components/script/dom/gainnode.rs @@ -38,7 +38,6 @@ impl GainNode { node_options.channelInterpretation = Some(ChannelInterpretation::Speakers); let node = AudioNode::new_inherited( AudioNodeInit::GainNode(gain_options.into()), - None, context, &node_options, 1, // inputs |