aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpubindgroup.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/gpubindgroup.rs')
-rw-r--r--components/script/dom/gpubindgroup.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/script/dom/gpubindgroup.rs b/components/script/dom/gpubindgroup.rs
index 96f2d8db59b..b7b8cadeacf 100644
--- a/components/script/dom/gpubindgroup.rs
+++ b/components/script/dom/gpubindgroup.rs
@@ -3,9 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
use crate::dom::bindings::cell::DomRefCell;
-use crate::dom::bindings::codegen::Bindings::GPUBindGroupBinding::{
- GPUBindGroupBinding, GPUBindGroupMethods,
-};
+use crate::dom::bindings::codegen::Bindings::GPUBindGroupBinding::GPUBindGroupMethods;
use crate::dom::bindings::reflector::{reflect_dom_object, Reflector};
use crate::dom::bindings::root::DomRoot;
use crate::dom::bindings::str::DOMString;
@@ -40,7 +38,6 @@ impl GPUBindGroup {
reflect_dom_object(
Box::new(GPUBindGroup::new_inherited(bind_group, valid)),
global,
- GPUBindGroupBinding::Wrap,
)
}
}