| 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 77a2598f053708a10058ff2a3fcbeb51e068e9fb..6a4f38362e3f6c0c8e79a7e12cdc1becd9dacdb3 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.cpp
|
| +++ b/third_party/WebKit/Source/web/TextFinder.cpp
|
| @@ -433,7 +433,7 @@ void TextFinder::scopeStringMatches(int identifier,
|
|
|
| // Scoping effort ran out of time, lets ask for another time-slice.
|
| scopeStringMatchesSoon(identifier, searchText, options);
|
| - return; // Done for now, resume work later.
|
| + return; // Done for now, resume work later.
|
| }
|
|
|
| finishCurrentScopingEffort(identifier);
|
|
|