aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglsync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webglsync.rs')
-rw-r--r--components/script/dom/webglsync.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/webglsync.rs b/components/script/dom/webglsync.rs
index 7f1fec355f9..dd6acb5be9a 100644
--- a/components/script/dom/webglsync.rs
+++ b/components/script/dom/webglsync.rs
@@ -3,7 +3,6 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
use crate::dom::bindings::codegen::Bindings::WebGL2RenderingContextBinding::WebGL2RenderingContextConstants as constants;
-use crate::dom::bindings::codegen::Bindings::WebGLSyncBinding;
use crate::dom::bindings::inheritance::Castable;
use crate::dom::bindings::refcounted::Trusted;
use crate::dom::bindings::reflector::{reflect_dom_object, DomObject};
@@ -43,7 +42,6 @@ impl WebGLSync {
reflect_dom_object(
Box::new(WebGLSync::new_inherited(context, sync_id)),
&*context.global(),
- WebGLSyncBinding::Wrap,
)
}
}