| Index: Source/devtools/front_end/Linkifier.js
|
| diff --git a/Source/devtools/front_end/Linkifier.js b/Source/devtools/front_end/Linkifier.js
|
| index b914e12800607e7c2c4fca9cc6d04d23d65f28aa..65c3a5b0564aa09b66185949fdda87424b3567bb 100644
|
| --- a/Source/devtools/front_end/Linkifier.js
|
| +++ b/Source/devtools/front_end/Linkifier.js
|
| @@ -113,7 +113,7 @@ WebInspector.Linkifier.prototype = {
|
| */
|
| _updateAnchor: function(anchor, uiLocation)
|
| {
|
| - anchor.preferredPanel = "scripts";
|
| + anchor.preferredPanel = "sources";
|
| anchor.href = sanitizeHref(uiLocation.uiSourceCode.originURL());
|
| anchor.uiSourceCode = uiLocation.uiSourceCode;
|
| anchor.lineNumber = uiLocation.lineNumber;
|
|
|