| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index 7bd7bd999dd351ab6fd9ba56aad881a9ab48a411..6335faeb73a39cb016b255e1311826a5fad77cba 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -132,7 +132,7 @@ private:
|
| inline LinkHash HTMLAnchorElement::visitedLinkHash() const
|
| {
|
| if (!m_cachedVisitedLinkHash)
|
| - m_cachedVisitedLinkHash = WebCore::visitedLinkHash(document().baseURL(), fastGetAttribute(HTMLNames::hrefAttr));
|
| + m_cachedVisitedLinkHash = WebCore::visitedLinkHash(treeScope().baseURL(), fastGetAttribute(HTMLNames::hrefAttr));
|
| return m_cachedVisitedLinkHash;
|
| }
|
|
|
|
|