diff options
author | chickenleaf <lashwinib@gmail.com> | 2024-10-25 18:14:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 12:44:15 +0000 |
commit | 7ad8822d94f22969af4ebe1130a0050e78fbc21b (patch) | |
tree | f7f49b0ab4815ec46ddbb54cdff679657db0ff45 /components/script/dom/texttracklist.rs | |
parent | 3b5dc069ae338ebf373471e32874ea8f4ba3ade3 (diff) | |
download | servo-7ad8822d94f22969af4ebe1130a0050e78fbc21b.tar.gz servo-7ad8822d94f22969af4ebe1130a0050e78fbc21b.zip |
cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)
Signed-off-by: L Ashwin B <lashwinib@gmail.com>
Diffstat (limited to 'components/script/dom/texttracklist.rs')
-rw-r--r-- | components/script/dom/texttracklist.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/texttracklist.rs b/components/script/dom/texttracklist.rs index 55ac4fbdfac..51aba9b0f05 100644 --- a/components/script/dom/texttracklist.rs +++ b/components/script/dom/texttracklist.rs @@ -87,7 +87,7 @@ impl TextTrackList { CanGc::note() ); - event.upcast::<Event>().fire(this.upcast::<EventTarget>()); + event.upcast::<Event>().fire(this.upcast::<EventTarget>(), CanGc::note()); } }), canceller, |