| Index: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
|
| index e96283686b8b751539fc057943b61a12cebc452f..74e58e0fdc204d4a2f32051233d53582a631d2c6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
|
| @@ -633,7 +633,7 @@ UI.TreeElement = class {
|
| */
|
| startEditingTitle(editingConfig) {
|
| UI.InplaceEditor.startEditing(this._titleElement, editingConfig);
|
| - this.treeOutline._shadowRoot.getSelection().setBaseAndExtent(this._titleElement, 0, this._titleElement, 1);
|
| + this.treeOutline._shadowRoot.getSelection().selectAllChildren(this._titleElement);
|
| }
|
|
|
| /**
|
|
|