diff options
Diffstat (limited to 'components/script/dom/analysernode.rs')
-rw-r--r-- | components/script/dom/analysernode.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/analysernode.rs b/components/script/dom/analysernode.rs index 237a0e79fb6..71bf078202c 100644 --- a/components/script/dom/analysernode.rs +++ b/components/script/dom/analysernode.rs @@ -37,7 +37,7 @@ pub struct AnalyserNode { } impl AnalyserNode { - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new_inherited( _: &Window, context: &BaseAudioContext, @@ -99,7 +99,7 @@ impl AnalyserNode { Self::new_with_proto(window, None, context, options) } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new_with_proto( window: &Window, proto: Option<HandleObject>, |