summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLAreaElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLAreaElement.cpp')
-rw-r--r--dom/html/HTMLAreaElement.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/html/HTMLAreaElement.cpp b/dom/html/HTMLAreaElement.cpp
index e07150cc06..fc47069ead 100644
--- a/dom/html/HTMLAreaElement.cpp
+++ b/dom/html/HTMLAreaElement.cpp
@@ -92,8 +92,6 @@ void HTMLAreaElement::AfterSetAttr(int32_t aNamespaceID, nsAtom* aName,
aNamespaceID, aName, aValue, aOldValue, aSubjectPrincipal, aNotify);
}
-void HTMLAreaElement::ToString(nsAString& aSource) { GetHref(aSource); }
-
already_AddRefed<nsIURI> HTMLAreaElement::GetHrefURI() const {
if (nsCOMPtr<nsIURI> uri = GetCachedURI()) {
return uri.forget();