diff options
-rw-r--r-- | WebCore/html/HTMLAnchorElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLAnchorElement.cpp b/WebCore/html/HTMLAnchorElement.cpp index 968f144..f735104 100644 --- a/WebCore/html/HTMLAnchorElement.cpp +++ b/WebCore/html/HTMLAnchorElement.cpp @@ -316,7 +316,7 @@ bool HTMLAnchorElement::draggable() const KURL HTMLAnchorElement::href() const { - return document()->completeURL(getAttribute(hrefAttr)); + return document()->completeURL(deprecatedParseURL(getAttribute(hrefAttr))); } void HTMLAnchorElement::setHref(const AtomicString& value) |