diff options
Diffstat (limited to 'components/script/dom/audiobuffersourcenode.rs')
-rw-r--r-- | components/script/dom/audiobuffersourcenode.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/audiobuffersourcenode.rs b/components/script/dom/audiobuffersourcenode.rs index efa0008491f..c7df916db5a 100644 --- a/components/script/dom/audiobuffersourcenode.rs +++ b/components/script/dom/audiobuffersourcenode.rs @@ -42,7 +42,7 @@ pub struct AudioBufferSourceNode { } impl AudioBufferSourceNode { - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] fn new_inherited( window: &Window, context: &BaseAudioContext, @@ -105,7 +105,7 @@ impl AudioBufferSourceNode { 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>, |