diff options
Diffstat (limited to 'components/script/dom/gpushadermodule.rs')
-rw-r--r-- | components/script/dom/gpushadermodule.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/gpushadermodule.rs b/components/script/dom/gpushadermodule.rs index c4f20124ea8..5eff0c9cbb3 100644 --- a/components/script/dom/gpushadermodule.rs +++ b/components/script/dom/gpushadermodule.rs @@ -15,6 +15,7 @@ use webgpu::WebGPUShaderModule; pub struct GPUShaderModule { reflector_: Reflector, label: DomRefCell<Option<USVString>>, + #[no_trace] shader_module: WebGPUShaderModule, } |