aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuuncapturederrorevent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpuuncapturederrorevent.rs')
-rw-r--r--components/script/dom/gpuuncapturederrorevent.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/components/script/dom/gpuuncapturederrorevent.rs b/components/script/dom/gpuuncapturederrorevent.rs
index 2a8b68541df..d6d9bdbd45a 100644
--- a/components/script/dom/gpuuncapturederrorevent.rs
+++ b/components/script/dom/gpuuncapturederrorevent.rs
@@ -7,10 +7,9 @@ use js::rust::HandleObject;
use servo_atoms::Atom;
use crate::dom::bindings::codegen::Bindings::EventBinding::Event_Binding::EventMethods;
-use crate::dom::bindings::codegen::Bindings::GPUUncapturedErrorEventBinding::{
- GPUUncapturedErrorEventInit, GPUUncapturedErrorEventMethods,
+use crate::dom::bindings::codegen::Bindings::WebGPUBinding::{
+ GPUError, GPUUncapturedErrorEventInit, GPUUncapturedErrorEventMethods,
};
-use crate::dom::bindings::codegen::Bindings::GPUValidationErrorBinding::GPUError;
use crate::dom::bindings::reflector::reflect_dom_object_with_proto;
use crate::dom::bindings::root::DomRoot;
use crate::dom::bindings::str::DOMString;