diff options
Diffstat (limited to 'components/script/dom/serviceworkerregistration.rs')
-rw-r--r-- | components/script/dom/serviceworkerregistration.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/serviceworkerregistration.rs b/components/script/dom/serviceworkerregistration.rs index 6134979343b..5c5969f42a6 100644 --- a/components/script/dom/serviceworkerregistration.rs +++ b/components/script/dom/serviceworkerregistration.rs @@ -61,7 +61,7 @@ impl ServiceWorkerRegistration { } } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new( global: &GlobalScope, scope: ServoUrl, |