Index: Source/core/dom/VisitedLinkState.cpp |
diff --git a/Source/core/dom/VisitedLinkState.cpp b/Source/core/dom/VisitedLinkState.cpp |
index 521d0ab487a9e6f949b6067284387536e133030f..b72f4ff57175817db7a4afdd0c06c3e3efedb1f2 100644 |
--- a/Source/core/dom/VisitedLinkState.cpp |
+++ b/Source/core/dom/VisitedLinkState.cpp |
@@ -99,7 +99,7 @@ EInsideLink VisitedLinkState::determineLinkStateSlowCase(const Element& element) |
if (LinkHash hash = linkHashForElement(element, attribute)) { |
m_linksCheckedForVisitedState.add(hash); |
- if (WebKit::Platform::current()->isLinkVisited(hash)) |
+ if (blink::Platform::current()->isLinkVisited(hash)) |
return InsideVisitedLink; |
} |