diff options
Diffstat (limited to 'components/script/dom/paintworkletglobalscope.rs')
-rw-r--r-- | components/script/dom/paintworkletglobalscope.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/paintworkletglobalscope.rs b/components/script/dom/paintworkletglobalscope.rs index 607c432c78a..0a01e62cd9b 100644 --- a/components/script/dom/paintworkletglobalscope.rs +++ b/components/script/dom/paintworkletglobalscope.rs @@ -467,7 +467,7 @@ pub enum PaintWorkletTask { /// https://drafts.css-houdini.org/css-paint-api/#paint-definition /// This type is dangerous, because it contains uboxed `Heap<JSVal>` values, /// which can't be moved. -#[derive(JSTraceable, HeapSizeOf)] +#[derive(HeapSizeOf, JSTraceable)] #[must_root] struct PaintDefinition { class_constructor: Heap<JSVal>, |