| Index: third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js b/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js
|
| index 62809ad7435301f415ff1547f23df773d490586a..22b2e090bcc6818e0a6e42804c750970c0de23c2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js
|
| @@ -136,7 +136,7 @@ Accessibility.ARIAAttributesTreeElement = class extends UI.TreeElement {
|
|
|
| proxyElement.addEventListener('keydown', this._editingValueKeyDown.bind(this, previousContent), false);
|
|
|
| - valueElement.getComponentSelection().setBaseAndExtent(valueElement, 0, valueElement, 1);
|
| + valueElement.getComponentSelection().selectAllChildren(valueElement);
|
| }
|
|
|
| _removePrompt() {
|
|
|