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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webglsync.rs b/components/script/dom/webglsync.rs
index a6288f69c1e..c26eb839eed 100644
--- a/components/script/dom/webglsync.rs
+++ b/components/script/dom/webglsync.rs
@@ -17,6 +17,7 @@ use std::cell::Cell;
#[dom_struct]
pub struct WebGLSync {
webgl_object: WebGLObject,
+ #[no_trace]
sync_id: WebGLSyncId,
marked_for_deletion: Cell<bool>,
client_wait_status: Cell<Option<u32>>,