| Index: third_party/WebKit/Source/devtools/front_end/sources/UIList.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/UIList.js b/third_party/WebKit/Source/devtools/front_end/sources/UIList.js
|
| index 2f4b2f52b212791811c0b1141e9a2f9b5cb857c4..55342934e859511a4a4274caccce362e8e6c116b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/UIList.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/UIList.js
|
| @@ -227,7 +227,7 @@ Sources.UIList.Item = class {
|
| if (!title || !handler)
|
| return;
|
| this._actionElement = this.element.createChild('div', 'action');
|
| - var link = this._actionElement.createChild('a', 'action-link');
|
| + var link = this._actionElement.createChild('span', 'action-link');
|
| link.textContent = title;
|
| link.addEventListener('click', (event) => {
|
| link.disabled = true;
|
|
|