aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpubindgroup.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpubindgroup.rs')
-rw-r--r--components/script/dom/gpubindgroup.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/gpubindgroup.rs b/components/script/dom/gpubindgroup.rs
index 394cf41e915..d25cf7fa5bd 100644
--- a/components/script/dom/gpubindgroup.rs
+++ b/components/script/dom/gpubindgroup.rs
@@ -16,7 +16,9 @@ use webgpu::{WebGPUBindGroup, WebGPUDevice};
pub struct GPUBindGroup {
reflector_: Reflector,
label: DomRefCell<Option<USVString>>,
+ #[no_trace]
bind_group: WebGPUBindGroup,
+ #[no_trace]
device: WebGPUDevice,
layout: Dom<GPUBindGroupLayout>,
}