diff options
Diffstat (limited to 'components/script/dom/htmlcollection.rs')
-rw-r--r-- | components/script/dom/htmlcollection.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlcollection.rs b/components/script/dom/htmlcollection.rs index 0dc1eae0a12..dc95d644d16 100644 --- a/components/script/dom/htmlcollection.rs +++ b/components/script/dom/htmlcollection.rs @@ -315,7 +315,7 @@ impl HTMLCollection { } } -impl HTMLCollectionMethods for HTMLCollection { +impl HTMLCollectionMethods<crate::DomTypeHolder> for HTMLCollection { /// <https://dom.spec.whatwg.org/#dom-htmlcollection-length> fn Length(&self) -> u32 { self.validate_cache(); |