aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuswapchain.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpuswapchain.rs')
-rw-r--r--components/script/dom/gpuswapchain.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/gpuswapchain.rs b/components/script/dom/gpuswapchain.rs
index 9b8e9aab588..18a5fe29696 100644
--- a/components/script/dom/gpuswapchain.rs
+++ b/components/script/dom/gpuswapchain.rs
@@ -18,6 +18,7 @@ use webrender_api::ImageKey;
pub struct GPUSwapChain {
reflector_: Reflector,
#[ignore_malloc_size_of = "channels are hard"]
+ #[no_trace]
channel: WebGPU,
label: DomRefCell<Option<USVString>>,
context: Dom<GPUCanvasContext>,