| Index: chrome/renderer/resources/extensions/automation/automation_tree.js
|
| diff --git a/chrome/renderer/resources/extensions/automation/automation_tree.js b/chrome/renderer/resources/extensions/automation/automation_tree.js
|
| index 43d535017dc9cbe5942b8bf7a128528ecbe0a40a..e7afd4b1db43a2f72c15fd39b8e0fc9d50067ee6 100644
|
| --- a/chrome/renderer/resources/extensions/automation/automation_tree.js
|
| +++ b/chrome/renderer/resources/extensions/automation/automation_tree.js
|
| @@ -136,7 +136,7 @@ AutomationTreeImpl.prototype = {
|
| }
|
| }
|
|
|
| - if (nodeData.role == 'root_web_area' || nodeData.role == 'desktop') {
|
| + if (nodeData.role == 'rootWebArea' || nodeData.role == 'desktop') {
|
| this.root = node;
|
| didUpdateRoot = true;
|
| }
|
|
|