mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
CanGc fixes in several files (#33958)
* few cangc fixes Signed-off-by: L Ashwin B <lashwinib@gmail.com> * few cangc fixes Signed-off-by: L Ashwin B <lashwinib@gmail.com> --------- Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
1bf68567b8
commit
ebfea9b352
22 changed files with 170 additions and 129 deletions
|
@ -1632,6 +1632,7 @@ impl HTMLMediaElement {
|
|||
false,
|
||||
false,
|
||||
&Some(VideoTrackOrAudioTrackOrTextTrack::AudioTrack(audio_track)),
|
||||
can_gc,
|
||||
);
|
||||
|
||||
event.upcast::<Event>().fire(self.upcast::<EventTarget>());
|
||||
|
@ -1686,6 +1687,7 @@ impl HTMLMediaElement {
|
|||
false,
|
||||
false,
|
||||
&Some(VideoTrackOrAudioTrackOrTextTrack::VideoTrack(video_track)),
|
||||
can_gc,
|
||||
);
|
||||
|
||||
event.upcast::<Event>().fire(self.upcast::<EventTarget>());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue