| Index: Source/core/html/HTMLAnchorElement.cpp
|
| diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp
|
| index 7f585364663eea2a28813e9b30cf72140c82693f..e13988c160a28efc20796b890f35a131f3e522a6 100644
|
| --- a/Source/core/html/HTMLAnchorElement.cpp
|
| +++ b/Source/core/html/HTMLAnchorElement.cpp
|
| @@ -287,6 +287,7 @@ KURL HTMLAnchorElement::href() const
|
| void HTMLAnchorElement::setHref(const AtomicString& value)
|
| {
|
| setAttribute(hrefAttr, value);
|
| + DOMURLUtils::update();
|
| }
|
|
|
| KURL HTMLAnchorElement::url() const
|
| @@ -587,6 +588,7 @@ bool HTMLAnchorElement::isInteractiveContent() const
|
| void HTMLAnchorElement::trace(Visitor* visitor)
|
| {
|
| visitor->trace(m_prefetchEventHandler);
|
| + DOMURLUtils::trace(visitor);
|
| HTMLElement::trace(visitor);
|
| }
|
|
|
|
|