| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js
|
| index 35ebe6d51e6f4d4b780e740c7467e6789561f31a..bec050603a1de5b3c5fb81dbf31235aa6e77c7f5 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors.js
|
| @@ -291,7 +291,7 @@ cursors.Cursor.prototype = {
|
| * @return {boolean}
|
| */
|
| isValid: function() {
|
| - return this.node.role !== undefined;
|
| + return !!this.node.root;
|
| }
|
| };
|
|
|
|
|