diff options
Diffstat (limited to 'components/script/dom/gpubindgrouplayout.rs')
-rw-r--r-- | components/script/dom/gpubindgrouplayout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpubindgrouplayout.rs b/components/script/dom/gpubindgrouplayout.rs index b9bc483450d..b08181b40b6 100644 --- a/components/script/dom/gpubindgrouplayout.rs +++ b/components/script/dom/gpubindgrouplayout.rs @@ -6,7 +6,7 @@ use dom_struct::dom_struct; use webgpu::WebGPUBindGroupLayout; use crate::dom::bindings::cell::DomRefCell; -use crate::dom::bindings::codegen::Bindings::GPUBindGroupLayoutBinding::GPUBindGroupLayoutMethods; +use crate::dom::bindings::codegen::Bindings::WebGPUBinding::GPUBindGroupLayoutMethods; use crate::dom::bindings::reflector::{reflect_dom_object, Reflector}; use crate::dom::bindings::root::DomRoot; use crate::dom::bindings::str::USVString; |