diff options
Diffstat (limited to 'components/script/dom/gpuuncapturederrorevent.rs')
-rw-r--r-- | components/script/dom/gpuuncapturederrorevent.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/components/script/dom/gpuuncapturederrorevent.rs b/components/script/dom/gpuuncapturederrorevent.rs index e5c590fdd68..6989241d279 100644 --- a/components/script/dom/gpuuncapturederrorevent.rs +++ b/components/script/dom/gpuuncapturederrorevent.rs @@ -2,6 +2,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ +use dom_struct::dom_struct; +use js::rust::HandleObject; +use servo_atoms::Atom; + use crate::dom::bindings::codegen::Bindings::EventBinding::EventBinding::EventMethods; use crate::dom::bindings::codegen::Bindings::GPUUncapturedErrorEventBinding::{ GPUUncapturedErrorEventInit, GPUUncapturedErrorEventMethods, @@ -12,9 +16,6 @@ use crate::dom::bindings::root::DomRoot; use crate::dom::bindings::str::DOMString; use crate::dom::event::Event; use crate::dom::globalscope::GlobalScope; -use dom_struct::dom_struct; -use js::rust::HandleObject; -use servo_atoms::Atom; #[dom_struct] pub struct GPUUncapturedErrorEvent { |