diff options
Diffstat (limited to 'components/script/dom/htmlanchorelement.rs')
-rw-r--r-- | components/script/dom/htmlanchorelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlanchorelement.rs b/components/script/dom/htmlanchorelement.rs index e36119dd790..aca8e99b95a 100644 --- a/components/script/dom/htmlanchorelement.rs +++ b/components/script/dom/htmlanchorelement.rs @@ -63,7 +63,7 @@ impl HTMLAnchorElement { local_name: LocalName, prefix: Option<Prefix>, document: &Document, - proto: Option<HandleObject>, + proto: Option<HandleObject>, ) -> DomRoot<HTMLAnchorElement> { Node::reflect_node_with_proto( Box::new(HTMLAnchorElement::new_inherited( |