| Index: Source/devtools/front_end/ScriptsPanel.js
|
| diff --git a/Source/devtools/front_end/ScriptsPanel.js b/Source/devtools/front_end/ScriptsPanel.js
|
| index ed44ed32cf1f1784b3284d48eacd1417ad41a472..15aa5792f8475aef7b7615c2fdb394fd5b5d439f 100644
|
| --- a/Source/devtools/front_end/ScriptsPanel.js
|
| +++ b/Source/devtools/front_end/ScriptsPanel.js
|
| @@ -419,6 +419,14 @@ WebInspector.ScriptsPanel.prototype = {
|
| },
|
|
|
| /**
|
| + * @param {WebInspector.UILocation} uiLocation
|
| + */
|
| + showUILocation: function(uiLocation)
|
| + {
|
| + this._showSourceLocation(uiLocation.uiSourceCode, uiLocation.lineNumber, uiLocation.columnNumber);
|
| + },
|
| +
|
| + /**
|
| * @param {WebInspector.UISourceCode} uiSourceCode
|
| * @param {number=} lineNumber
|
| * @param {number=} columnNumber
|
|
|