aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/macros.rs')
-rw-r--r--components/script/dom/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/macros.rs b/components/script/dom/macros.rs
index 4b32a54d6aa..e9b48731280 100644
--- a/components/script/dom/macros.rs
+++ b/components/script/dom/macros.rs
@@ -597,7 +597,7 @@ macro_rules! impl_performance_entry_struct(
}
}
- #[allow(unrooted_must_root)]
+ #[allow(crown::unrooted_must_root)]
pub fn new(global: &GlobalScope,
name: DOMString,
start_time: f64,