diff options
Diffstat (limited to 'components/script/dom/htmlvideoelement.rs')
-rw-r--r-- | components/script/dom/htmlvideoelement.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/htmlvideoelement.rs b/components/script/dom/htmlvideoelement.rs index 4a288607be7..45e843d0efc 100644 --- a/components/script/dom/htmlvideoelement.rs +++ b/components/script/dom/htmlvideoelement.rs @@ -60,6 +60,7 @@ pub struct HTMLVideoElement { load_blocker: DomRefCell<Option<LoadBlocker>>, /// A copy of the last frame #[ignore_malloc_size_of = "VideoFrame"] + #[no_trace] last_frame: DomRefCell<Option<VideoFrame>>, } |