Index: third_party/WebKit/Source/web/TextFinder.cpp |
diff --git a/third_party/WebKit/Source/web/TextFinder.cpp b/third_party/WebKit/Source/web/TextFinder.cpp |
index ceeadf3169d765159d7f38b9941c047527427e99..1b4df8ff00eb63c4d52849368d2e60486da43a48 100644 |
--- a/third_party/WebKit/Source/web/TextFinder.cpp |
+++ b/third_party/WebKit/Source/web/TextFinder.cpp |
@@ -200,6 +200,7 @@ bool TextFinder::find(int identifier, const WebString& searchText, const WebFind |
reportFindInPageSelection(selectionRect, m_activeMatchIndex + 1, identifier); |
} |
+ m_lastFindRequestCompletedWithNoMatches = false; |
return true; |
} |