| Index: third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js b/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| index 254f618605c27444349e5949592677e07f5945c9..b7741cdd622e9001f2c1718be5374e3b19767896 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| @@ -477,7 +477,7 @@ Components.Linkifier = class {
|
| static _handleClick(event) {
|
| var link = /** @type {!Element} */ (event.currentTarget);
|
| event.consume(true);
|
| - if (link.preventFollow || UI.isBeingEdited(/** @type {!Node} */ (event.target)))
|
| + if (UI.isBeingEdited(/** @type {!Node} */ (event.target)))
|
| return;
|
| var actions = Components.Linkifier._linkActions(link);
|
| if (actions.length)
|
|
|