diff options
Diffstat (limited to 'components/script/dom/webgluniformlocation.rs')
-rw-r--r-- | components/script/dom/webgluniformlocation.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/webgluniformlocation.rs b/components/script/dom/webgluniformlocation.rs index 5bdc661f17a..153b2e651ba 100644 --- a/components/script/dom/webgluniformlocation.rs +++ b/components/script/dom/webgluniformlocation.rs @@ -3,7 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ // https://www.khronos.org/registry/webgl/specs/latest/1.0/webgl.idl -use crate::dom::bindings::codegen::Bindings::WebGLUniformLocationBinding; use crate::dom::bindings::reflector::{reflect_dom_object, Reflector}; use crate::dom::bindings::root::DomRoot; use crate::dom::window::Window; @@ -61,7 +60,6 @@ impl WebGLUniformLocation { type_, )), window, - WebGLUniformLocationBinding::Wrap, ) } |