aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltableelement.rs
diff options
context:
space:
mode:
authorKunga Derick Abongho <abonghoderick@gmail.com>2025-03-29 14:12:14 +0100
committerGitHub <noreply@github.com>2025-03-29 13:12:14 +0000
commit40133ce29a4158d33a352dd6a20b7f4c0dbff018 (patch)
tree564b3e2d8f0179feac280895c4bd0678f4714c93 /components/script/dom/htmltableelement.rs
parent83da63f638b15009b842a1f712fa5116f0e2d466 (diff)
downloadservo-40133ce29a4158d33a352dd6a20b7f4c0dbff018.tar.gz
servo-40133ce29a4158d33a352dd6a20b7f4c0dbff018.zip
Propagate CanGc arguments through HTMLCollection constructors (#36180)
Signed-off-by: dericko681 <abonghoderick@gmail.com>
Diffstat (limited to 'components/script/dom/htmltableelement.rs')
-rw-r--r--components/script/dom/htmltableelement.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/htmltableelement.rs b/components/script/dom/htmltableelement.rs
index b1070a0491a..000816194ee 100644
--- a/components/script/dom/htmltableelement.rs
+++ b/components/script/dom/htmltableelement.rs
@@ -318,6 +318,7 @@ impl HTMLTableElementMethods<crate::DomTypeHolder> for HTMLTableElement {
element.local_name() == &local_name!("tbody") &&
element.upcast::<Node>().GetParentNode().as_deref() == Some(root)
},
+ CanGc::note(),
)
})
}