| Index: chrome/browser/resources/chromeos/switch_access/automation_predicate.js
|
| diff --git a/chrome/browser/resources/chromeos/switch_access/automation_predicate.js b/chrome/browser/resources/chromeos/switch_access/automation_predicate.js
|
| index 756839fe5b297be43ff9ab50f26bed8cf5eb5038..195ebafd79b24d1acb4e055635409072a3b69d45 100644
|
| --- a/chrome/browser/resources/chromeos/switch_access/automation_predicate.js
|
| +++ b/chrome/browser/resources/chromeos/switch_access/automation_predicate.js
|
| @@ -122,4 +122,4 @@ AutomationPredicate.isInteresting = function(node) {
|
|
|
| // The general rule that applies to everything.
|
| return state[chrome.automation.StateType.FOCUSABLE] === true;
|
| -}
|
| +};
|
|
|