aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/biquadfilternode.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2025-03-16 09:46:14 -0400
committerGitHub <noreply@github.com>2025-03-16 13:46:14 +0000
commitd35da38a2fd6f093967e74f704612391b4988e69 (patch)
tree96c8705a5a597be25ac74b58043e57b3e06992f4 /components/script/dom/biquadfilternode.rs
parent3ecd1c069978f6ceb20e4ee6af599fbef425e9da (diff)
downloadservo-d35da38a2fd6f093967e74f704612391b4988e69.tar.gz
servo-d35da38a2fd6f093967e74f704612391b4988e69.zip
Cleanups for future script crate split (#35987)
* script: Avoid direct impl blocks on generated dicts and unions. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Remove references to codegen-specific import module. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix tidy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Diffstat (limited to 'components/script/dom/biquadfilternode.rs')
-rw-r--r--components/script/dom/biquadfilternode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/biquadfilternode.rs b/components/script/dom/biquadfilternode.rs
index 00fefe5ecf6..635dddd92c6 100644
--- a/components/script/dom/biquadfilternode.rs
+++ b/components/script/dom/biquadfilternode.rs
@@ -14,7 +14,7 @@ use servo_media::audio::node::{AudioNodeInit, AudioNodeMessage, AudioNodeType};
use servo_media::audio::param::ParamType;
use crate::conversions::Convert;
-use crate::dom::audionode::AudioNode;
+use crate::dom::audionode::{AudioNode, AudioNodeOptionsHelper};
use crate::dom::audioparam::AudioParam;
use crate::dom::baseaudiocontext::BaseAudioContext;
use crate::dom::bindings::codegen::Bindings::AudioNodeBinding::{