| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 3efbcdf28471f08e3b642fd453abbf15f6c04542..6a1f46f24e5ce7233799297de5fcc324b657796a 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -349,9 +349,9 @@ void WebView::updateVisitedLinkState(unsigned long long linkHash)
|
| Page::visitedStateChanged(linkHash);
|
| }
|
|
|
| -void WebView::resetVisitedLinkState()
|
| +void WebView::resetVisitedLinkState(bool invalidateVisitedLinkHashes)
|
| {
|
| - Page::allVisitedStateChanged();
|
| + Page::allVisitedStateChanged(invalidateVisitedLinkHashes);
|
| }
|
|
|
| void WebView::willEnterModalLoop()
|
|
|