diff options
Diffstat (limited to 'components/script/dom/radionodelist.rs')
-rw-r--r-- | components/script/dom/radionodelist.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/radionodelist.rs b/components/script/dom/radionodelist.rs index d7c4aa8bb9e..1614ab62c98 100644 --- a/components/script/dom/radionodelist.rs +++ b/components/script/dom/radionodelist.rs @@ -63,7 +63,7 @@ impl RadioNodeList { } } -impl RadioNodeListMethods for RadioNodeList { +impl RadioNodeListMethods<crate::DomTypeHolder> for RadioNodeList { // https://dom.spec.whatwg.org/#dom-nodelist-length // https://github.com/servo/servo/issues/5875 fn Length(&self) -> u32 { |