| 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 a66ca85055dabbf177ddd72d1a139e919b19f3ad..296ba42bb064b7a0b7347d074e3ac68205948a2b 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()
|
|
|