diff options
Diffstat (limited to 'components/script/dom/channelsplitternode.rs')
-rw-r--r-- | components/script/dom/channelsplitternode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/channelsplitternode.rs b/components/script/dom/channelsplitternode.rs index ca7f0074669..67ac479efeb 100644 --- a/components/script/dom/channelsplitternode.rs +++ b/components/script/dom/channelsplitternode.rs @@ -6,7 +6,7 @@ use dom_struct::dom_struct; use js::rust::HandleObject; use servo_media::audio::node::AudioNodeInit; -use crate::dom::audionode::{AudioNode, MAX_CHANNEL_COUNT}; +use crate::dom::audionode::{AudioNode, AudioNodeOptionsHelper, MAX_CHANNEL_COUNT}; use crate::dom::baseaudiocontext::BaseAudioContext; use crate::dom::bindings::codegen::Bindings::AudioNodeBinding::{ ChannelCountMode, ChannelInterpretation, |