| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 9887dd87987013fc175e43088aac32a9681f2f31..5b43176488686fa5c92f77cec38fe451e4ea838d 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2126,14 +2126,9 @@ void WebLocalFrameImpl::requestFind(int identifier,
|
| return;
|
| }
|
|
|
| - // Scoping effort begins.
|
| - ensureTextFinder().resetMatchCount();
|
| - textFinder()->cancelPendingScopingEffort();
|
| -
|
| // Start a new scoping request. If the scoping function determines that it
|
| // needs to scope, it will defer until later.
|
| - textFinder()->scopeStringMatches(identifier, searchText, options,
|
| - true /* reset */);
|
| + ensureTextFinder().startScopingStringMatches(identifier, searchText, options);
|
| }
|
|
|
| bool WebLocalFrameImpl::find(int identifier,
|
|
|