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 150b2c2a54fba4cd012bdfe0dc56739bef65df88..9f8410f7f220987c34ac39186a1a19191b113069 100644 |
--- a/third_party/WebKit/Source/web/TextFinder.cpp |
+++ b/third_party/WebKit/Source/web/TextFinder.cpp |
@@ -207,6 +207,9 @@ bool TextFinder::find(int identifier, |
identifier); |
} |
+ // We found something, so the result of the previous scoping may be outdated. |
+ m_lastFindRequestCompletedWithNoMatches = false; |
+ |
return true; |
} |