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, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpubindgroup.rs b/components/script/dom/gpubindgroup.rs
index 4b835c86049..5aa7b14473e 100644
--- a/components/script/dom/gpubindgroup.rs
+++ b/components/script/dom/gpubindgroup.rs
@@ -6,7 +6,7 @@ use dom_struct::dom_struct;
use webgpu::{WebGPUBindGroup, WebGPUDevice};
use crate::dom::bindings::cell::DomRefCell;
-use crate::dom::bindings::codegen::Bindings::GPUBindGroupBinding::GPUBindGroupMethods;
+use crate::dom::bindings::codegen::Bindings::WebGPUBinding::GPUBindGroupMethods;
use crate::dom::bindings::reflector::{reflect_dom_object, Reflector};
use crate::dom::bindings::root::{Dom, DomRoot};
use crate::dom::bindings::str::USVString;