aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/pannernode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/pannernode.rs')
-rw-r--r--components/script/dom/pannernode.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/pannernode.rs b/components/script/dom/pannernode.rs
index 3a617e50e70..4517bd1cf31 100644
--- a/components/script/dom/pannernode.rs
+++ b/components/script/dom/pannernode.rs
@@ -56,7 +56,7 @@ pub struct PannerNode {
}
impl PannerNode {
- #[allow(unrooted_must_root)]
+ #[allow(crown::unrooted_must_root)]
pub fn new_inherited(
window: &Window,
context: &BaseAudioContext,
@@ -181,7 +181,7 @@ impl PannerNode {
Self::new_with_proto(window, None, context, options)
}
- #[allow(unrooted_must_root)]
+ #[allow(crown::unrooted_must_root)]
fn new_with_proto(
window: &Window,
proto: Option<HandleObject>,