diff options
Diffstat (limited to 'components/script/dom/blob.rs')
-rw-r--r-- | components/script/dom/blob.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/blob.rs b/components/script/dom/blob.rs index 1b710124368..f2ae708d91d 100644 --- a/components/script/dom/blob.rs +++ b/components/script/dom/blob.rs @@ -56,7 +56,7 @@ impl Blob { dom_blob } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new_inherited(blob_impl: &BlobImpl) -> Blob { Blob { reflector_: Reflector::new(), |