diff options
Diffstat (limited to 'components/script/dom/htmlformcontrolscollection.rs')
-rw-r--r-- | components/script/dom/htmlformcontrolscollection.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlformcontrolscollection.rs b/components/script/dom/htmlformcontrolscollection.rs index 271eb204150..4c037fd0632 100644 --- a/components/script/dom/htmlformcontrolscollection.rs +++ b/components/script/dom/htmlformcontrolscollection.rs @@ -52,7 +52,7 @@ impl HTMLFormControlsCollection { } } -impl HTMLFormControlsCollectionMethods for HTMLFormControlsCollection { +impl HTMLFormControlsCollectionMethods<crate::DomTypeHolder> for HTMLFormControlsCollection { // FIXME: This shouldn't need to be implemented here since HTMLCollection (the parent of // HTMLFormControlsCollection) implements Length // https://dom.spec.whatwg.org/#dom-htmlcollection-length |