diff options
Diffstat (limited to 'components/script/dom/htmlanchorelement.rs')
-rw-r--r-- | components/script/dom/htmlanchorelement.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/script/dom/htmlanchorelement.rs b/components/script/dom/htmlanchorelement.rs index de082a9807e..f90764d8a0a 100644 --- a/components/script/dom/htmlanchorelement.rs +++ b/components/script/dom/htmlanchorelement.rs @@ -526,11 +526,6 @@ impl HTMLAnchorElementMethods for HTMLAnchorElement { // Step 5. self.update_href(url); } - - // https://html.spec.whatwg.org/multipage/#dom-hyperlink-href - fn Stringifier(&self) -> DOMString { - DOMString::from(self.Href().0) - } } impl Activatable for HTMLAnchorElement { |