| Index: third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| index a7ee15c5d63e92bab57322aff73fa26da6ce5394..70a977cc83cc29170c7e39c76fa5b7ee442781cc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| @@ -458,6 +458,13 @@ UI.ToolbarText = class extends UI.ToolbarItem {
|
| this.setText(text || '');
|
| }
|
|
|
| + /**
|
| + * @return {string}
|
| + */
|
| + text() {
|
| + return this.element.textContent;
|
| + }
|
| +
|
| /**
|
| * @param {string} text
|
| */
|
|
|