diff options
Diffstat (limited to 'components/script/dom/mediaelementaudiosourcenode.rs')
-rw-r--r-- | components/script/dom/mediaelementaudiosourcenode.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/mediaelementaudiosourcenode.rs b/components/script/dom/mediaelementaudiosourcenode.rs index 4efc43e0418..bb874f0f482 100644 --- a/components/script/dom/mediaelementaudiosourcenode.rs +++ b/components/script/dom/mediaelementaudiosourcenode.rs @@ -27,7 +27,7 @@ pub struct MediaElementAudioSourceNode { } impl MediaElementAudioSourceNode { - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] fn new_inherited( context: &AudioContext, media_element: &HTMLMediaElement, @@ -60,7 +60,7 @@ impl MediaElementAudioSourceNode { Self::new_with_proto(window, None, context, media_element) } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] fn new_with_proto( window: &Window, proto: Option<HandleObject>, |