aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgpu/gpushadermodule.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webgpu/gpushadermodule.rs')
-rw-r--r--components/script/dom/webgpu/gpushadermodule.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webgpu/gpushadermodule.rs b/components/script/dom/webgpu/gpushadermodule.rs
index 44cc8fa8115..9b353dd71c1 100644
--- a/components/script/dom/webgpu/gpushadermodule.rs
+++ b/components/script/dom/webgpu/gpushadermodule.rs
@@ -68,6 +68,7 @@ impl GPUShaderModule {
promise,
)),
global,
+ CanGc::note(),
)
}
}