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