diff options
Diffstat (limited to 'components/script/dom/webgpu/gpusupportedlimits.rs')
-rw-r--r-- | components/script/dom/webgpu/gpusupportedlimits.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webgpu/gpusupportedlimits.rs b/components/script/dom/webgpu/gpusupportedlimits.rs index a444b58d8b5..0ada017660d 100644 --- a/components/script/dom/webgpu/gpusupportedlimits.rs +++ b/components/script/dom/webgpu/gpusupportedlimits.rs @@ -2,13 +2,13 @@ * 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 GPUSupportedLimits_Binding::GPUSupportedLimitsMethods; use dom_struct::dom_struct; use num_traits::bounds::UpperBounded; use webgpu::wgt::Limits; -use GPUSupportedLimits_Binding::GPUSupportedLimitsMethods; use crate::dom::bindings::codegen::Bindings::WebGPUBinding::GPUSupportedLimits_Binding; -use crate::dom::bindings::reflector::{reflect_dom_object, Reflector}; +use crate::dom::bindings::reflector::{Reflector, reflect_dom_object}; use crate::dom::bindings::root::DomRoot; use crate::dom::globalscope::GlobalScope; use crate::script_runtime::CanGc; |