diff options
Diffstat (limited to 'components/script/dom/gpudevicelostinfo.rs')
-rw-r--r-- | components/script/dom/gpudevicelostinfo.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/script/dom/gpudevicelostinfo.rs b/components/script/dom/gpudevicelostinfo.rs index 40915bd1ebd..98dcc85d62f 100644 --- a/components/script/dom/gpudevicelostinfo.rs +++ b/components/script/dom/gpudevicelostinfo.rs @@ -4,14 +4,14 @@ #![allow(dead_code)] +use dom_struct::dom_struct; + +use super::bindings::codegen::Bindings::GPUDeviceLostInfoBinding::GPUDeviceLostReason; use crate::dom::bindings::codegen::Bindings::GPUDeviceLostInfoBinding::GPUDeviceLostInfoMethods; use crate::dom::bindings::reflector::{reflect_dom_object, Reflector}; use crate::dom::bindings::root::DomRoot; use crate::dom::bindings::str::DOMString; use crate::dom::globalscope::GlobalScope; -use dom_struct::dom_struct; - -use super::bindings::codegen::Bindings::GPUDeviceLostInfoBinding::GPUDeviceLostReason; #[dom_struct] pub struct GPUDeviceLostInfo { |