CanGc fixes in components/script/dom (#33843)

Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com>
This commit is contained in:
tanishka 2024-10-15 10:15:16 +05:30 committed by GitHub
parent 1e39787573
commit 46d6c0c883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 21 additions and 24 deletions

View file

@ -43,8 +43,9 @@ impl TransitionEvent {
window: &Window,
type_: Atom,
init: &TransitionEventInit,
can_gc: CanGc,
) -> DomRoot<TransitionEvent> {
Self::new_with_proto(window, None, type_, init, CanGc::note())
Self::new_with_proto(window, None, type_, init, can_gc)
}
fn new_with_proto(