| 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 d192da52a40f3a7518ee593f5f45363fdc2377bc..f00b11629ac051f4a2c8a270105566551486e984 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.cpp
|
| +++ b/third_party/WebKit/Source/web/TextFinder.cpp
|
| @@ -437,7 +437,7 @@ void TextFinder::ScopeStringMatches(int identifier,
|
|
|
| // Scoping effort ran out of time, lets ask for another time-slice.
|
| ScopeStringMatchesSoon(identifier, search_text, options);
|
| - return; // Done for now, resume work later.
|
| + return; // Done for now, resume work later.
|
| }
|
|
|
| FinishCurrentScopingEffort(identifier);
|
|
|