diff options
Diffstat (limited to 'components/script/dom/channelsplitternode.rs')
-rw-r--r-- | components/script/dom/channelsplitternode.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/channelsplitternode.rs b/components/script/dom/channelsplitternode.rs index f6412242215..78982887d73 100644 --- a/components/script/dom/channelsplitternode.rs +++ b/components/script/dom/channelsplitternode.rs @@ -23,7 +23,7 @@ pub struct ChannelSplitterNode { } impl ChannelSplitterNode { - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new_inherited( _: &Window, context: &BaseAudioContext, @@ -64,7 +64,7 @@ impl ChannelSplitterNode { 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>, |