| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| index 5dca19b3aa634660c09845792fe3752ad71c65c2..261dddbc9433ed6dd9053c57667336e6d13947b7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -391,10 +391,7 @@ Main.Main = class {
|
| InspectorFrontendHost.openInNewTab(anchor.href);
|
| }
|
|
|
| - if (!anchor.classList.contains('webkit-html-external-link'))
|
| - followLink();
|
| - else
|
| - InspectorFrontendHost.openInNewTab(anchor.href);
|
| + followLink();
|
| }
|
|
|
| _registerShortcuts() {
|
|
|