| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/find_handler.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/find_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/find_handler.js
|
| index af0aa2a938b94494490dddf0dd71ceef335e783e..80ee94d2517a3a1ca0a7fd47602a6112de264364 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/find_handler.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/find_handler.js
|
| @@ -47,7 +47,7 @@ FindHandler.uninit_ = function() {
|
| */
|
| FindHandler.onTextMatch_ = function(evt) {
|
| if (!evt.target.markerTypes.some(function(markerType) {
|
| - return markerType & 4 /* Text match */;
|
| + return markerType & 4 /* Text match */;
|
| }))
|
| return;
|
|
|
|
|