| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
|
| index d084d5bc12fd3209d86ab37eff77dfc7d0a55659..aee34958b368db3f9e76daaa3813df7932ec342e 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
|
| @@ -226,7 +226,7 @@ cvox.TabsApiHandler.prototype = {
|
| if (!tab)
|
| return;
|
|
|
| - global.backgroundObj.refreshMode(tab);
|
| + global.backgroundObj.setCurrentRange(cursors.Range.fromNode(tab));
|
| });
|
| },
|
|
|
|
|