diff options
Diffstat (limited to 'components/script/dom/htmlaudioelement.rs')
-rw-r--r-- | components/script/dom/htmlaudioelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlaudioelement.rs b/components/script/dom/htmlaudioelement.rs index ef9fa230f5f..d48c6c90ab3 100644 --- a/components/script/dom/htmlaudioelement.rs +++ b/components/script/dom/htmlaudioelement.rs @@ -34,7 +34,7 @@ impl HTMLAudioElement { } } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new( local_name: LocalName, prefix: Option<Prefix>, |