diff options
Diffstat (limited to 'components/script/dom/gpubindgrouplayout.rs')
-rw-r--r-- | components/script/dom/gpubindgrouplayout.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/gpubindgrouplayout.rs b/components/script/dom/gpubindgrouplayout.rs index 7651d16b52b..da1e8a19446 100644 --- a/components/script/dom/gpubindgrouplayout.rs +++ b/components/script/dom/gpubindgrouplayout.rs @@ -4,7 +4,7 @@ use crate::dom::bindings::cell::DomRefCell; use crate::dom::bindings::codegen::Bindings::GPUBindGroupLayoutBinding::{ - self, GPUBindGroupLayoutBindings, GPUBindGroupLayoutMethods, + GPUBindGroupLayoutBindings, GPUBindGroupLayoutMethods, }; use crate::dom::bindings::reflector::{reflect_dom_object, Reflector}; use crate::dom::bindings::root::DomRoot; @@ -58,7 +58,6 @@ impl GPUBindGroupLayout { valid, )), global, - GPUBindGroupLayoutBinding::Wrap, ) } } |