aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgpu/gpubindgroup.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webgpu/gpubindgroup.rs')
-rw-r--r--components/script/dom/webgpu/gpubindgroup.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webgpu/gpubindgroup.rs b/components/script/dom/webgpu/gpubindgroup.rs
index 0cc36c4cfcb..98d7f3eca91 100644
--- a/components/script/dom/webgpu/gpubindgroup.rs
+++ b/components/script/dom/webgpu/gpubindgroup.rs
@@ -6,7 +6,7 @@ use std::borrow::Cow;
use dom_struct::dom_struct;
use webgpu::wgc::binding_model::BindGroupDescriptor;
-use webgpu::{WebGPU, WebGPUBindGroup, WebGPUDevice, WebGPURequest};
+use webgpu_traits::{WebGPU, WebGPUBindGroup, WebGPUDevice, WebGPURequest};
use crate::conversions::Convert;
use crate::dom::bindings::cell::DomRefCell;